forget abstract method

Future<void> forget(
  1. String key
)

Removes a value from the cache.

Implementation

Future<void> forget(String key);