remove abstract method

Future<void> remove(
  1. String key
)

Remove some data from the cache

Implementation

Future<void> remove(String key);