updateSelectionState method
Implementation
void updateSelectionState(LinkedHashSet<K> selectedKeys, {String who = ''}) {
updateState(
who: 'updateSelectionState $who',
selectedKeys: selectedKeys,
);
}
void updateSelectionState(LinkedHashSet<K> selectedKeys, {String who = ''}) {
updateState(
who: 'updateSelectionState $who',
selectedKeys: selectedKeys,
);
}