gate

infix fun Navigator.gate(route: String)

Navigates to the specified route using the Navigator. Recommended to be used in infix form on a variable named navi for best look.

Parameters

route

The route to navigate to.