clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  if (selectedKeys.isEmpty) return;
  updateSelectionState(LinkedHashSet<K>(), who: 'clearSelection');
}