Is there a way to Navigate without using NavigationButton?

e.g. how would you implement navigating to a particular place after an app is launched from a push notification or similar?


I can't for the life of me figure out a way to do it...

Replies

I would also like to know. I haven't seen a way to do deep linking or navigation state preservation. The only thing I've explored is creating my own navigation component that I can explicitly control.