onDOMContentLoaded method
Called when the HTML document has been parsed and the DOM is ready.
url represents the URL corresponding to the page navigation that
triggered this callback.
Officially Supported Platforms/Implementations:
- Windows WebView2 (Official API - ICoreWebView2_2.add_DOMContentLoaded)
Parameters - Officially Supported Platforms/Implementations:
url: all platforms
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onDOMContentLoaded(WebUri? url) {}