Removes an item from the store.
@override Future<void> removeItem(String key) async { store.remove(key); }