exitGame abstract method

Future<bool> exitGame(
  1. PlayerID playerID,
  2. GameCode code
)

Causes the client to exit the game

Implementation

Future<bool> exitGame(PlayerID playerID, GameCode code);