getLoginUser method
获取登录用户
Implementation
Future<V2TimValueCallback<String>> getLoginUser() async {
return TencentCloudChatSdkPlatform.instance.getLoginUser();
}
获取登录用户
Future<V2TimValueCallback<String>> getLoginUser() async {
return TencentCloudChatSdkPlatform.instance.getLoginUser();
}