FlowNavigator
public protocol FlowNavigator : AnyObject
Protocol that you will need to conform in your class in order to be able when resolve your class and navigate we automatically pass the reference of the flow manager
so you can use the navigation methods without need to manually pass the reference of the navigation manager to your class’s
Remark
It’s possible to not conform, and you handle by yourself but it’s not recommend.-
Variable that expect FlowManager instance
Declaration
Swift
var navigationFlow: FlowManager? { get set }