ControllerFlowable

@MainActor
public protocol ControllerFlowable<DestinationType, ContentType, TabType> : Flowable where Self.InterfaceCoordinator == DestinationUIKitCoordinator, Self.PresentationType == DestinationPresentationType<Self.DestinationType, Self.ContentType, Self.TabType>

This protocol represents a Flow which coordinates routing and navigation as a user moves through a UIKit-based app.