unselectAll method

void unselectAll()

Will unselect all options.

Implementation

void unselectAll() {
  _selected.clear();
}