setDarkThemeConfig

abstract suspend fun setDarkThemeConfig(darkThemeConfig: DarkThemeConfig): Result<Unit>

Sets the dark theme configuration.

Return

A Result indicating the success or failure of the operation.

Parameters

darkThemeConfig

The dark theme configuration to set.