clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  selectedItems.clear();
  notifyListeners();
}