restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DialogHost( stable dialogNavigator: DialogNavigator ) restartable fun PopulateVisibleList( unstable : MutableList unstable transitionsInProgress: Collection ) fun rememberVisibleList( unstable transitionsInProgress: Collection ): SnapshotStateList restartable fun LocalOwnersProvider( unstable : NavBackStackEntry unstable saveableStateHolder: SaveableStateHolder stable content: Function2 ) restartable fun SaveableStateProvider( unstable : SaveableStateHolder stable content: Function2 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun NavHost( unstable navController: NavHostController stable startDestination: String stable modifier: Modifier? = @static Companion stable route: String? = @static null stable builder: @[ExtensionFunctionType] Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun NavHost( unstable navController: NavHostController stable startDestination: String stable modifier: Modifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.Center stable route: String? = @static null stable enterTransition: @[ExtensionFunctionType] Function1, EnterTransition>? = @static { fadeIn ( animationSpec = tween ( durationMillis = 700 ) ) } stable exitTransition: @[ExtensionFunctionType] Function1, ExitTransition>? = @static { fadeOut ( animationSpec = tween ( durationMillis = 700 ) ) } stable popEnterTransition: @[ExtensionFunctionType] Function1, EnterTransition>? = @dynamic enterTransition stable popExitTransition: @[ExtensionFunctionType] Function1, ExitTransition>? = @dynamic exitTransition stable builder: @[ExtensionFunctionType] Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun NavHost( unstable navController: NavHostController unstable graph: NavGraph stable modifier: Modifier? = @static Companion ) restartable scheme("[androidx.compose.ui.UiComposable]") fun NavHost( unstable navController: NavHostController unstable graph: NavGraph stable modifier: Modifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.Center stable enterTransition: @[ExtensionFunctionType] Function1, EnterTransition>? = @static { fadeIn ( animationSpec = tween ( durationMillis = 700 ) ) } stable exitTransition: @[ExtensionFunctionType] Function1, ExitTransition>? = @static { fadeOut ( animationSpec = tween ( durationMillis = 700 ) ) } stable popEnterTransition: @[ExtensionFunctionType] Function1, EnterTransition>? = @dynamic enterTransition stable popExitTransition: @[ExtensionFunctionType] Function1, ExitTransition>? = @dynamic exitTransition ) fun currentBackStackEntryAsState( unstable : NavController ): State fun rememberNavController( unstable navigators: Array> ): NavHostController