restartable fun SwipeDismissableNavHost( unstable navController: NavHostController stable startDestination: String stable modifier: Modifier? = @static Companion stable state: SwipeDismissableNavHostState? = @dynamic rememberSwipeDismissableNavHostState(null, $composer, 0, 0b0001) stable route: String? = @static null stable builder: @[ExtensionFunctionType] Function1 ) restartable fun SwipeDismissableNavHost( unstable navController: NavHostController unstable graph: NavGraph stable modifier: Modifier? = @static Companion stable state: SwipeDismissableNavHostState? = @dynamic rememberSwipeDismissableNavHostState(null, $composer, 0, 0b0001) ) fun rememberSwipeDismissableNavHostState( stable swipeToDismissBoxState: SwipeToDismissBoxState? = @dynamic rememberSwipeToDismissBoxState(null, null, $composer, 0, 0b0011) ): SwipeDismissableNavHostState restartable scheme("[androidx.compose.ui.UiComposable]") fun BoxedStackEntryContent( unstable entry: NavBackStackEntry? unstable saveableStateHolder: SaveableStateHolder stable modifier: Modifier? = @static Companion ) fun rememberSwipeDismissableNavController() fun currentBackStackEntryAsState( unstable : NavController ): State