emit method

void emit(
  1. BloxState state
)

Implementation

void emit(BloxState state) {
  if (_stateController.isClosed) return;
  _stateController.add(state);
}