getRate method

Future getRate()

获取播放速率

Implementation

Future<dynamic> getRate() async {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod('getRate', wrapWithPlayerId());
}