clear method

dynamic clear()

Implementation

clear() {
  itemsToDelete.clear();
  notifyListeners();
}