AddJSChannelCallback typedef
AddJSChannelCallback =
void Function(WebViewJSChannelHandler handler)
Callback executed to add a required JavaScript channel in the WebView.
The JavaScript channel should be added through the WebView controller like with the
addJavaScriptChannel
of the package webview_flutter
Implementation
typedef AddJSChannelCallback = void Function(WebViewJSChannelHandler handler);