stopPreCache method

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

Pre-caches a video.

Implementation

Future<void> stopPreCache(String url, String? cacheKey) {
  throw UnimplementedError('stopPreCache() has not been implemented.');
}