getUser method

User getUser()

Implementation

User getUser() {
  _user ??= User(_client);
  return _user!;
}