Is it possible to save and extract a savedStateHandle (viewmodel) without using NavHost?
I am using NavigableListDetailPaneScaffold, to show list of items and then it’s details when clicked.
Is it possible to save and extract a savedStateHandle (viewmodel) without an actual navigation?
I have a screen that should accept argument via its viewmodel and **fetch me some data on initialization only **. However, this screen is not to be called via NavGraphBuilder which seems to be the origin of my problem.