notifyGroupChildrens method

  1. @protected
void notifyGroupChildrens(
  1. Object id
)
inherited

Reports that a listener group was read.

Implementation

@protected
void notifyGroupChildrens(Object id) {
  if (_updatersGroupIds?[id] case final group?) {
    Notifier.instance.read(group);
  }
}