onLoadStop method
Event fired when the InAppBrowser
finishes loading an url
.
Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onPageFinished)
- iOS (Official API - WKNavigationDelegate.webView)
Implementation
@override
Future onLoadStop(url) async {}