surveyStateStream property
Stream controller for broadcasting survey state changes.
Use .stream to listen to state changes:
SurveyStateProvider.of(context).surveyStateStream.stream
Implementation
final StreamController<SurveyState> surveyStateStream;