Removes a value by key.
@override Future<bool> remove(String key) async { _storage.removeItem(key); return true; }