remove abstract method

Future<void> remove(
  1. String key
)

Removes the entry for key from the cache.

Implementation

Future<void> remove(String key);