getLoginUser method

Future<String> getLoginUser ()

获取登录用户

Implementation

Future<String> getLoginUser() async {
  return await _channel.invokeMethod('getLoginUser', buildParam({}));
}