clear method
Removes all items from the ObserverList.
Implementation
void clear() {
_isDirty = false;
_list.clear();
_set.clear();
}
Removes all items from the ObserverList.
void clear() {
_isDirty = false;
_list.clear();
_set.clear();
}