getCacheConfig method

Future getCacheConfig()

Implementation

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