joinGame method Null safety
- PlayerID playerID,
- GameCode code,
- PlayerName name
Registers the client with the game server
Implementation
Future<PlayerName?> joinGame(
PlayerID playerID, GameCode code, PlayerName name);
Registers the client with the game server
Future<PlayerName?> joinGame(
PlayerID playerID, GameCode code, PlayerName name);