clearSelection method

void clearSelection()

Implementation

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