I'm trying to figure out what the actual logic to navigate my App's screens is (I know the video says we shouldn't use it for that - this is just an exercise) using intents, but the lack of the Navigator implementation is a show-stopper. Can someone kindly share what the implementation for it looks like?
I figured it out thank to last year's Accelerating App Interactions with App Intents sample code.
Essentially you can inject your app's navigation model to the Intent by using dependencies, namely the @AppDependency property wrapper and the AppDependencyManager class.