getUser method

  1. @Deprecated('use the getter [user] instead to get the current user')
BagelUser? getUser()

Implementation

@Deprecated('use the getter [user] instead to get the current user')
BagelUser? getUser() {
  return _user;
}