stateStream property
Stream<DialogState>
get
stateStream
Stream of dialog state changes
Implementation
Stream<DialogState> get stateStream => _stateController.stream;
Stream of dialog state changes
Stream<DialogState> get stateStream => _stateController.stream;