removeAllSelectedSlot method
void
removeAllSelectedSlot()
Implementation
void removeAllSelectedSlot() {
selectedSlotsList.clear();
notifyListeners();
}
void removeAllSelectedSlot() {
selectedSlotsList.clear();
notifyListeners();
}