resumePendingNavigation

Resume the pending navigation stored by GuardResult.PendAndRedirectTo, expanding it into a synthesized backstack at the point this operation appears in the chain.

The synthesis runs on top of whatever the simulated backstack looks like at this point, so the order of operations in the navigation { } block controls the final stack shape. No-op if there is no pending navigation in state.

Example usage:

store.navigation {
clearBackStack()
resumePendingNavigation()
}