getLoginUser method Null safety
Get the UserID of the current login user
Implementation
Future<V2TimValueCallback<String>> getLoginUser() async {
return ImFlutterPlatform.instance.getLoginUser();
}
Get the UserID of the current login user
Future<V2TimValueCallback<String>> getLoginUser() async {
return ImFlutterPlatform.instance.getLoginUser();
}