getSpeed method
获取播放速率
Implementation
Future<dynamic> getSpeed() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getSpeed', wrapWithPlayerId());
}
获取播放速率
Future<dynamic> getSpeed() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getSpeed', wrapWithPlayerId());
}