getLoginUser method Null safety

Future<V2TimValueCallback<String>> getLoginUser()

Get the UserID of the current login user

Implementation

Future<V2TimValueCallback<String>> getLoginUser() async {
  return ImFlutterPlatform.instance.getLoginUser();
}