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