remove abstract method

Future<V?> remove(
  1. K key
)

Removes the entry for the specified key from the cache, if it exists.

Returns the value that was removed, or null if the key was not present.

Implementation

Future<V?> remove(K key);