updateCards method

void updateCards()

Implementation

void updateCards() {
  log("Update Cards");
  cardList.refresh();
  onCardUpdated?.call(cardList.value!);
}