jumpStream property

  1. @Output('jumpHere')
Stream<AsyncAction<bool>> get jumpStream

Called when the user wants to jump to this step.

If the event handler calls $event.cancel(), the step won't be continued.

Implementation

@Output('jumpHere')
Stream<AsyncAction<bool>> get jumpStream => _jumpController.stream;