onConsoleMessage property
Event fired when the WebView
receives a ConsoleMessage.
NOTE for Web: this event will be called only if the iframe has the same origin.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onConsoleMessage)
- iOS
- MacOS
- Web
Implementation
final void Function(T controller, ConsoleMessage consoleMessage)?
onConsoleMessage;