IntentLauncher
data class IntentLauncher(val createIntent: @Composable Activity.() -> Intent?) : ComposableNavSpec.LaunchedNavigation
A LaunchedNavigation that navigates according to a given Intent
Properties
Functions
Link copied to clipboard
Launch this LaunchedNavigation for a given viewModel.