ViewControllerWrapper

@available(iOS 14.0, macOS 11, tvOS 14.0, *)
public struct ViewControllerWrapper<F> : View, UIViewControllerRepresentable, FlowRepresentable where F : UIViewController, F : FlowRepresentable

A wrapper for exposing UIViewControllers that are FlowRepresentable to SwiftUI.