evict abstract method

Future<void> evict({
  1. required String key,
})

Removes the file from the cache.

Implementation

Future<void> evict({required String key});