clearMultiSelection method

void clearMultiSelection()

Implementation

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