refreshGroup method

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

Refreshes all listeners associated with a specific ID.

Implementation

@protected
void refreshGroup(Object id) {
  assert(_debugAssertNotDisposed());
  _notifyGroupUpdate(id);
}