destroyGame method

Future<Map<String, dynamic>> destroyGame(
  1. int platformViewId
)

销毁游戏

Implementation

Future<Map<String, dynamic>> destroyGame(int platformViewId) async {
  throw UnimplementedError('destroyGame() has not been implemented.');
}