webview_unbind

public abstract Unit webview_unbind(Pointer webview, String name)

Removes a Kotlin/Java callback that was previously set by webview_bind.

Parameters

webview

the handle of webview, usually returned by webview_create

name

the name of JS function used in webview_bind