onLoadStop method
Event fired when the PlatformInAppBrowser finishes loading an url
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onPageFinished)
- iOS (Official API - WKNavigationDelegate.webView)
- MacOS (Official API - WKNavigationDelegate.webView)
- Windows (Official API - ICoreWebView2.add_NavigationCompleted)
Implementation
@override
void onLoadStop(WebUri? url) {}