WebViewConfig
data class WebViewConfig(val userAgent: String? = null, val platform: WebViewPlatformConfig = defaultPlatformConfig())
Platform-independent configuration used when creating a native WebView.
The values are applied during native WebView creation. Changing a remembered WebViewConfig after a controller has been created does not reconfigure the existing native instance; create a new controller to apply different settings.