notifyStateChange method
给游戏发送消息
Implementation
Future<Map<String, dynamic>> notifyStateChange(int platformViewId, String state, String dataJson) async {
throw UnimplementedError('notifyStateChange() has not been implemented.');
}
给游戏发送消息
Future<Map<String, dynamic>> notifyStateChange(int platformViewId, String state, String dataJson) async {
throw UnimplementedError('notifyStateChange() has not been implemented.');
}