SettingsScreen
fun SettingsScreen(navController: ERROR CLASS: Symbol not found for NavController??, snackStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>, viewModel: SettingsScreenViewModel?, onClearCredentials: () -> Unit = {})
Renders the Settings screen: the target environment, the product subscription keys (masked, with a Show/Hide toggle), the host app's build metadata, and a destructive "clear stored credentials" action.
Parameters
navController
Used by the drawer; may be null in previews.
snackStateFlow
Flow of snackbar messages.
viewModel
Provides the config and app info; null in previews.
onClearCredentials
Invoked when the user taps "Clear stored credentials".