clear method

void clear()

Implementation

void clear() {
  if (_selected.isEmpty) return;
  _selected.clear();
  notifyListeners();
}