stopPreCache static method

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

Implementation

static Future<void> stopPreCache(String url, String? cacheKey) async =>
    _videoPlayerPlatform.stopPreCache(url, cacheKey);