pushAudio method

Future<Map<String, dynamic>> pushAudio(
  1. int platformViewId,
  2. Uint8List byteArray
)

发送音频流数据

Implementation

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