BlocStateController<S extends BlocState> constructor
Initializes the controller, using the initialState getter as the initial state.
Implementation
BlocStateController() : this.withState(null);
Initializes the controller, using the initialState getter as the initial state.
BlocStateController() : this.withState(null);