//core/com.kustomer.core.providers/KusChatProvider/overrideBrand
[androidJvm]
abstract suspend fun overrideBrand(brandId: String): KusResult<KusChatSetting>
Overrides the KusChatSetting.brandId in the SDK with the specified brand Id.
Note: This is a suspend function and should be called from Kotlin Coroutines