getUser method

User getUser()

Implementation

User getUser() {
  return room.unsafeGetUserFromMemoryOrFallback(client.userID!);
}