navigateBackTo

inline fun <T : NavRoute> Navigator.navigateBackTo(inclusive: Boolean = false)(source)

Removes all entries from the backstack until T. If inclusive is true T itself will also be removed.