init method

void init(
  1. CustomStateGroup<dynamic, BaeCustomGrouped> stateGroup
)

Implementation

void init(CustomStateGroup stateGroup) {
  this._customStateGroup = stateGroup;
  _listeners.forEach((element) {
    _addListener(element);
  });
}