getLocalCacheLoadedSize method

Future getLocalCacheLoadedSize()

获取当前播放命中的缓存文件大小

Implementation

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