flutter_multiple_webview_plugin library

Classes

ConsoleMessage
Public class representing a JavaScript console message from WebCore. This could be a issued by a call to one of the console logging functions (e.g. console.log('...')) or a JavaScript error on the page.
FlutterMultipleWebviewPlugin
Singleton class that communicate with a Webview Instance
IdValueDouble
IdValueString
JavascriptChannel
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.
WebViewCrashError
WebViewHttpError
WebviewScaffold
WebViewStateChanged

Typedefs

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