delete abstract method

Future<void> delete(
  1. String key
)

Deletes the cache entry for the given key

Implementation

Future<void> delete(String key);