push
abstract fun push(route: IRoute, transition: IRouteTransition? = null, ignoreTransitionLock: Boolean = false)
Navigates to the given route and moves the current active route to an inactive state
Parameters
transition
The transition to use when pushing the new route
ignore Transition Lock
If true the router will ignore any active transitions and perform the requested action. If false the router will ignore the request if there is an active transition. This prevents button spamming from opening several routes in a short time span.