stopPreCache static method

Future stopPreCache(
  1. String url,
  2. String? cacheKey
)

Implementation

static Future stopPreCache(String url, String? cacheKey) async {
  return _videoPlayerPlatform.stopPreCache(url, cacheKey);
}