clearSelection method

void clearSelection()

Clears all selections.

Implementation

void clearSelection() {
  _selectedItems.clear();
  _selectedItem = null;
  notifyListeners();
}