getCurrentDownloadSpeed method

Future getCurrentDownloadSpeed()

获取当前下载速度

Implementation

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