getUserInfo method

LoginUserEntity? getUserInfo()

返回用户信息

Implementation

LoginUserEntity? getUserInfo() {
  return _loginUserEntity;
}