Stop the current game. Can only be called by the host.
Future<void> stopGame([Map<String, dynamic>? log]) async { if (_firebaseRoomCommunicator == null) return; await _firebaseRoomCommunicator!.stopGame(log); }