emitState method

  1. @protected
void emitState(
  1. ModelByIdState<I, T> state
)

Implementation

@protected
void emitState(ModelByIdState<I, T> state) {
  _statesController.add(state);
  _state = state;
}