clear method

void clear()

Implementation

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