resetSelection method
void
resetSelection()
Implementation
void resetSelection() {
selectedStartDate.value = null;
selectedEndDate.value = null;
}
void resetSelection() {
selectedStartDate.value = null;
selectedEndDate.value = null;
}