Removes the value stored under key, if any.
key
@override Future<void> delete(String key) async { _store.remove(key); }