navigate

fun navigate(block: Navigator.() -> Unit)(source)

Triggers a new NavEvent that collects and combines the nav events sent in the block so they can be handled individually.

Note: This should be used when navigating multiple times, for example calling navigateBackTo followed by navigateTo.