Deletes the persistent card state for cardId.
cardId
@override Future<void> deleteCardState(String cardId) async { _store.remove(cardId); }