void bookSlot(List<DateTime> selectedSlots) { bookedSlotsList.addAll(selectedSlots); bookedSlotsList.sort(); notifyListeners(); }