updateCard method
Updates the current card at the top of the list
Implementation
void updateCard(T item, String id) => _state != null ? _state!._updateCard(item, id) : null;
Updates the current card at the top of the list
void updateCard(T item, String id) => _state != null ? _state!._updateCard(item, id) : null;