Deletes a value from storage.
key The key to delete.
key
@override Future<void> delete(String key) async { _storage.remove(key); }