deselectAll abstract method
Removes all values from the list of selected items that were previously
selected. Will only emit a changes event for values that were actually
removed.
Implementation
void deselectAll(Iterable<T> values);
Removes all values from the list of selected items that were previously
selected. Will only emit a changes event for values that were actually
removed.
void deselectAll(Iterable<T> values);