clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  selectedItemIds.clear();
  selectedItemId.value = null;
}