removeFromCache method

Future<void> removeFromCache()

Remove this URL from cache

Implementation

Future<void> removeFromCache() async {
  await _cacheManager.remove(url);
}