Package-level declarations
Functions
Link copied to clipboard
Observe a specific setting field in Compose.
Link copied to clipboard
fun <T> OnSettingChanged(repository: SettingsRepository<T>, fieldName: String, onChange: (oldValue: Any?, newValue: Any?) -> Unit)
React to setting changes with a side effect.