menu
fire_game_infra package
documentation
fire_game_infra.dart
GameManager
hasRoom method
hasRoom method
dark_mode
light_mode
hasRoom
method
bool
hasRoom
(
)
Check if a room has been assigned.
Implementation
bool hasRoom() { return _firebaseRoomCommunicator != null; }
fire_game_infra package
documentation
fire_game_infra
GameManager
hasRoom method
GameManager class