I am implementing a Xamarin Forms Mobile application using Prism for Navigation.
Is there a way to retrieve the complete Navigation Stack along with the View Models from Prism?
The requirement is, if the user is in the middle of a workflow and the app is closed, the user should be able to continue the workflow when a new session is started.
So I am trying to periodically save the entire navigation stack to the data base.