destroyGame method

Future<Map?> destroyGame()

Implementation

Future<Map?> destroyGame() async {
  throw UnimplementedError('destroyGame() has not been implemented.');
}