reset method

void reset()

Reset the selected date range

Implementation

void reset() {
  _state?.reset();
}