Deletes the entry for the given key.
key
Does nothing if the key is not found.
@override Future<void> delete(String key) => _prefs.remove(key);