eventStream property

  1. @override
Stream<WizardEvent> eventStream
override

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

@override
Stream<WizardEvent> get eventStream => _events.stream.asBroadcastStream();