getUserID method

  1. @Deprecated("use the getter [user] instead to get the currenly logged in BagelUser")
String? getUserID()

Implementation

@Deprecated(
    "use the getter [user] instead to get the currenly logged in BagelUser")
String? getUserID() {
  return _user?.userID;
}