clearSelectedDates method

void clearSelectedDates()

Implementation

void clearSelectedDates() {
  rangeMaxDate = null;
  rangeMinDate = null;

  notifyListeners();
}