Stepper
a Stepper has only one purpose is: emits Steps that correspond to specific navigation states. The Step changes lead to navigation actions in the context of a specific Flow
-
the relay used to emit steps inside this Stepper
-
initialStep
Default implementationthe initial step that will be emitted when listening to this Stepper
Default Implementation
-
readyToEmitSteps()
Default implementationfunction called when stepper is listened by the FlowCoordinator
Default Implementation