toRoute

open fun toRoute(to: IRoute, inclusive: Boolean = false): (route: RouteStackEntry) -> Boolean

Pops to a specified Route

Parameters

to

The route to pop to

inclusive

If true, the route that matches to will also be popped unless it is the only route.