Skip to content

Instantly share code, notes, and snippets.

@MrNtlu
Created December 8, 2022 16:56
Show Gist options
  • Save MrNtlu/9fa2894e8586bdca270fd48565571d7d to your computer and use it in GitHub Desktop.
Save MrNtlu/9fa2894e8586bdca270fd48565571d7d to your computer and use it in GitHub Desktop.
// Route "profile/{userId}"
navController.navigate("profile/user1234")
// Route "profile?userId={userId}" Optional Argument
navController.navigate("profile?userId=user1234")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment