Deletes value associated with key from storage.
key
@override FutureOr<void> delete(String key) async { await _prefs.remove(key); }