getAuthUser method

AuthUser? getAuthUser()

Implementation

AuthUser? getAuthUser() {
  return _authUser;
}