clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  if (selectedKeys.isEmpty) return;
  updateSelectionState(createEmptyKeySet(), who: 'clearSelection');
}