getLocalCacheLoadedSize method
获取当前播放命中的缓存文件大小
Implementation
Future<dynamic> getLocalCacheLoadedSize() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getLocalCacheLoadedSize', wrapWithPlayerId());
}
获取当前播放命中的缓存文件大小
Future<dynamic> getLocalCacheLoadedSize() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getLocalCacheLoadedSize', wrapWithPlayerId());
}