Package-level declarations

Properties

Functions

Link copied to clipboard
Link copied to clipboard
fun SettingsNavHost(    navController: NavHostController,     startDestination: SettingsNavDestination,     debugSettingsScreen: @Composable () -> Unit = get(named(DEBUG_SETTINGS_SCREEN)) { parametersOf(navController) },     mapGptSettingsScreen: @Composable () -> Unit = get(named(MAP_GPT_SETTINGS_SCREEN)),     aboutSettingsScreen: @Composable () -> Unit = get(named(ABOUT_SETTINGS_SCREEN)))