Instance Property
interactor
The concretely typed interactor for this router.
@MainActor let interactor: InteractorType
Discussion
Subclasses use this property to call interactor-specific methods (for example, when attaching a child router and passing withListener: interactor). The protocol-level interactable exposes the same instance as the type-erased Interactable.