detachFrom

open fun detachFrom(@NonNull webView: WebView)

Detach a WebView instance from this web bridge instance. Use to avoid leaking the enclosing context.

Parameters

webView

Current attached WebView instance.