Deletes the value stored under key. No-op if the key is absent.
key
@override Future<void> delete(String key) => _storage.delete(key: key);