Deletes stored value associated with key.
key
@override void delete(String key) => _store.remove(key);