removeAll method

void removeAll()

Removes all items from the selection.

Implementation

void removeAll() {
  value = [];
  notifyListeners();
}