onLoadStop property
Event fired when the WebView finishes loading an url
.
Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onPageFinished)
- iOS (Official API - WKNavigationDelegate.webView)
Implementation
final void Function(InlineWebViewMacOsController controller, Uri? url)?
onLoadStop;