baseState property
Stream<BaseBlocPrimaryState>
get
baseState
used by the BaseWidget to listen to the bloc BaseBlocPrimaryState states
Implementation
Stream<BaseBlocPrimaryState> get baseState => _stateController.stream;