getUser method

User getUser()

Implementation

User getUser() {
  return room.unsafeGetUserFromMemoryOrFallback(userId);
}