clear method

void clear()

Clears all selections.

Implementation

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