getLoginUser method

Future<V2TimValueCallback<String>> getLoginUser()

获取登录用户

Implementation

Future<V2TimValueCallback<String>> getLoginUser() async {
  throw UnimplementedError('getLoginUser() has not been implemented.');
}