setSetting

abstract suspend fun setSetting(key: String, value: String)

Writes value for key into the stored SERP settings, merging it with any other stored keys. The SERP picks this up the next time it requests native settings (getNativeSettings).