clearAllSelected method

void clearAllSelected()

Implementation

void clearAllSelected() {
  selectedList.clear();
  notifyListeners();
}