clearSelection method
void
clearSelection()
Clears all selections.
Implementation
void clearSelection() {
_selectedItems.clear();
_selectedItem = null;
notifyListeners();
}
Clears all selections.
void clearSelection() {
_selectedItems.clear();
_selectedItem = null;
notifyListeners();
}