Protocols
The following protocols are available globally.
-
A Flow defines a clear navigation area. Combined to a Step it leads to a navigation action
See more -
An abstraction of what can be presented to the screen. For now, UIViewControllers and Flows are Presentable
See more -
A Step describes a possible state of navigation inside a Flow
-
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
See more -
Provides a function to prevent concurrent block execution