//app/dev.atick.compose.repository.user/UserDataRepository/setDarkThemeConfig
setDarkThemeConfig
[androidJvm]\ abstract suspend fun setDarkThemeConfig(darkThemeConfig: DarkThemeConfig): Result<Unit>
Sets the dark theme configuration in the user preferences.
Return
Result indicating the success or failure of the operation.
Parameters
androidJvm
darkThemeConfig | The dark theme configuration to be set. |