game_scaffold_dart
server
GameClient
gameLobby abstract method
gameLobby
gameLobby
method
Null safety
Stream
<
GameInfo
>
gameLobby
(
PlayerID
playerID
,
GameCode
code
)
Implementation
Stream<GameInfo> gameLobby(PlayerID playerID, GameCode code);
game_scaffold_dart
server
GameClient
gameLobby 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 ==