ResetRootEvent
data class ResetRootEvent(val newRoot: Screen, val oldScreens: ImmutableList<Screen>, val saveState: Boolean = false, val restoreState: Boolean = false)(source)
Represents a recorded Navigator.resetRoot event.
Represents a recorded Navigator.resetRoot event.