notifyGroupChildrens method

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

Implementation

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