jio_webview library

Classes

HttpResponseError
JavascriptChannel
Describes the parameters necessary for registering a JavaScript channel. A named channel for receiving messaged from JavaScript code running inside a web view.
JavaScriptMessage
A message that was sent by JavaScript code running in a WebView.
JioPluginPlatform
JioWebviewPlatform
JsMessageDelegate
NativeWebView
WebViewController

Typedefs

JavascriptMessageHandler = void Function(JavaScriptMessage message)
Callback type for handling messages sent from Javascript running in a web view.