Ume Channel
09/28/2024, 3:55 AMStylianos Gakis
09/28/2024, 8:02 AMUme Channel
10/01/2024, 12:28 PMnavController.navigate(Profile(id = "user1234"))
now if you want to navigate into route not a composable destination,
Should I use string?
NavHost(
route = ... // String -- can i use type safe here or string
destination = ... // type safe
...
)