game_scaffold_dart
server
ServerClient
getGames abstract method
getGames
getGames
method
Null safety
Future
<
IList
<
GameInfo
>
>
getGames
(
PlayerID
playerID
)
Gets a list of games on the server
Implementation
Future<IList<GameInfo>> getGames(PlayerID playerID);
game_scaffold_dart
server
ServerClient
getGames abstract method
ServerClient class
Constructors
ServerClient
Properties
hashCode
logger
runtimeType
Methods
connect
createGame
deleteGame
disconnect
dispose
getGames
noSuchMethod
toString
Operators
operator ==