onCompletedInitialLoad method
- bool? didLoadSuccessfully
override
Event fired when the initial URL load is complete.
didLoadSuccessfully - true if loading completed successfully; otherwise, false.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView (Official API - SFSafariViewControllerDelegate.safariViewController)
Parameters - Officially Supported Platforms/Implementations:
didLoadSuccessfully:- iOS WKWebView
Use the PlatformChromeSafariBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onCompletedInitialLoad(bool? didLoadSuccessfully) {}