Removes the value associated with key from storage.
key
@override void delete(String key) => _storage.remove(key);