resetSelection method

void resetSelection()

Implementation

void resetSelection() {
  _selectedValues
    ..forEach((el) => el.toggleSelect(false))
    ..clear();
  notifyListeners();
}