clearSelection method

void clearSelection()

Clears the selection.

Implementation

void clearSelection() {
  selectedItems.clear();
}