NoServerClient class Null safety
An on device implementation of ServerClient
Warning implementation not complete or tested yet
- Inheritance
- Object
- ServerClient
- NoServerClient
Constructors
Properties
Methods
-
connect(
) → Future< void> -
Connects to the backend [...]
inherited
-
createGame(
PlayerID playerID, GameConfig config) → Future< String> -
Creates a game on the server
override
-
deleteGame(
PlayerID playerID, GameCode gameCode) → Future< bool> -
Deletes the game on the server
override
-
disconnect(
) → Future< void> -
Disconnect from the backend [...]
inherited
-
dispose(
) → void -
Disposes of the ServerClient (i.e. disconnects from the server)
override
-
getGames(
PlayerID playerID) → Future< IList< GameInfo> > -
Gets a list of games on the server
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited