forget abstract method

Future<void> forget(
  1. String key
)

Removes an item from the cache.

Implementation

Future<void> forget(String key);