Instance Method
didLoad()
Override to perform one-time setup, such as attaching permanent child routers.
@MainActor func didLoad() async
Mentioned In
Discussion
Always call await super.didLoad() when overriding so future framework-level setup remains correctly composed.