deselectAll abstract method

void deselectAll(
  1. 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.

Implementation

void deselectAll(Iterable<T> values);