loadGame method
加载游戏
platformViewIdflutter创建的platformView的id
Implementation
Future<Map<String, dynamic>> loadGame(int platformViewId, String userId, String roomId, String code, String gameId, String language, String gameViewInfo, String gameConfig) async {
throw UnimplementedError('loadGame() has not been implemented.');
}