remove abstract method

Future<void> remove(
  1. Key key, [
  2. Options? options
])

Removes an entry from persistent storage.

Implementation

Future<void> remove(Key key, [Options? options]);