remove abstract method

Future<bool> remove(
  1. K key
)

Removes a value by its key.

Returns true if the value was removed, false if it didn't exist.

Implementation

Future<bool> remove(K key);