game_scaffold_dart
server
GameClient
exitGame abstract method
exitGame
exitGame
method
Null safety
Future
<
bool
>
exitGame
(
PlayerID
playerID
,
GameCode
code
)
Causes the client to exit the game
Implementation
Future<bool> exitGame(PlayerID playerID, GameCode code);
game_scaffold_dart
server
GameClient
exitGame abstract method
GameClient class
Constructors
GameClient
Properties
hashCode
logger
runtimeType
Methods
dispose
exitGame
gameLobby
gameStream
joinGame
newRound
noSuchMethod
sendEvent
sendMessage
startGame
toString
undo
Operators
operator ==