getCacheConfig method
Implementation
Future<dynamic> getCacheConfig() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod("getCacheConfig", wrapWithPlayerId());
}
Future<dynamic> getCacheConfig() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod("getCacheConfig", wrapWithPlayerId());
}