getUserInfo static method

NIMUser? getUserInfo()

Implementation

static NIMUser? getUserInfo() {
  return getIt<LoginService>().userInfo;
}