clearAllSelection method

void clearAllSelection()

Clear the selected options. TreeSelectController is used to clear the selected options.

Implementation

void clearAllSelection() {
  value._selectedOptions.clear();
  notifyListeners();
}