Open
Description
It seems that ViewModel has no support for SavedStateHandle, nor is onSaveInstanceState/savedInstanceState handled in any way in any code within this repository.
What is the recommended approach that makes it possible to implement correct state persistence across process death as per OS requirements for Android?