playGame method

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

恢复游戏

Implementation

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