joinGame abstract method

Future<PlayerName?> joinGame(
  1. PlayerID playerID,
  2. GameCode code,
  3. PlayerName name
)

Registers the client with the game server

Implementation

Future<PlayerName?> joinGame(
    PlayerID playerID, GameCode code, PlayerName name);