withResult

abstract fun withResult(result: Any): (route: RouteStackEntry) -> Boolean

Pops the top route off of the stack and sets the route's result to the provided result. This should be used in conjunction with IRouter.transactionWithResult