clearCurrentSelection method

CalendarState clearCurrentSelection()

Delete the "current" selection. Note this is different from creating a selection with null endpoints, which for the date-range-picker means "All Time". After this call, no dates will be selected.

Implementation

CalendarState clearCurrentSelection() => clearSelection(currentSelection);