brabo-hi
navController.navigate("profile") // here i want to send `userId` navigation(route = "profile", startDestination = "profile/{userId}") { composable("profile/{userId}") { backStackEntry -> Profile(navController, backStackEntry.arguments?.getString("userId")) } }
A modern programming language that makes developers happier.