notifySelectionChange method
void
notifySelectionChange({})
override
Schedules a SelectionChangeRecord.
Implementation
@override
void notifySelectionChange(
{Iterable<T> added = const [], Iterable<T> removed = const []}) {
_delegateModel.notifySelectionChange(added: added, removed: removed);
}