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