notifyGroupChildren method

  1. @protected
void notifyGroupChildren(
  1. Object id
)

Implementation

@protected
void notifyGroupChildren(Object id) {
  assert(_debugAssertNotDisposed());
  Notifier.instance.read(_updatersGroupIds![id]!);
}