notifyState method

  1. @protected
void notifyState(
  1. State state
)

Implementation

@protected
void notifyState(State state) {
  if (canNotifyState()) _stateStreamController.add(state);
}