pub unsafe extern "C" fn OH_NativeArkWeb_UnregisterJavaScriptProxy(
webTag: *const c_char,
objName: *const c_char,
)Expand description
@brief Deletes the registered object which th given name.
@param webTag The name of the web component. @param objName The name of the registered object.
@syscap SystemCapability.Web.Webview.Core @since 11