BlocStateController<S extends BlocState> constructor

BlocStateController<S extends BlocState>()

Initializes the controller, using the initialState getter as the initial state.

Implementation

BlocStateController() : this.withState(null);