remove function

Future<bool> remove(
  1. String key
)

Removes an entry from persistent storage.

Implementation

Future<bool> remove(String key) => _instance.remove(key);