获取登录用户
Future<String> getLoginUser() async { return await _channel.invokeMethod('getLoginUser', buildParam({})); }