saveState

abstract fun saveState()(source)

Saves the current back stack entry list in an internal state store. It can be later restored by the root screen to restoreState.

This call will overwrite any existing stored state with the same root screen.