Instance Property
viewController
The concretely typed view controller managed by this router.
@MainActor var viewController: ViewControllerType { get }
Discussion
Use this property to call feature-specific methods on the view controller — for example, presenting child view controllers or reading state from the SwiftUI hosting view.