fireOnChange method

void fireOnChange(
  1. Change<CubixState<TState>> change
)

Implementation

void fireOnChange(Change<CubixState<TState>> change) {
  _onChange?.call(change);
}