navigateTo

fun navigateTo(navController: NavController, routeWithArgs: String)

Function that takes in a NavController and route string and navigates to the corresponding composable Screen or perform a pop of the back stack.