remove abstract method

Future<bool> remove(
  1. String key
)

Removes an entry from persistent storage.

Implementation

Future<bool> remove(String key);