Protocols
The following protocols are available globally.
-
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 managerso you can use the navigation methods without need to manually pass the reference of the navigation manager to your class’sSee moreRemark
It’s possible to not conform, and you handle by yourself but it’s not recommend.Declaration
Swift
public protocol FlowNavigator : AnyObject
Protocols Reference