remove method

Future<bool> remove(
  1. String key
)

Removes a value by key.

Implementation

Future<bool> remove(String key) {
  throw UnimplementedError('remove() has not been implemented.');
}