Clears the selection state.
bool clearSelection({bool notifyListeners = true}) { return updateSelection([], [], notifyListeners: notifyListeners); }