eventStream property

Stream<WizardEvent> eventStream

Streams the events that happen on this WizardController. The events have a base type of WizardEvent and can be casted to the specific event type. The events are:

Implementation

Stream<WizardEvent> get eventStream;