navigate

fun <T : Destination> navigate(destination: T): Boolean

Example:

controller.navigate(ProfileDestination(userId = "123"))