reloadFromOrigin method
Reloads the current page, performing end-to-end revalidation using cache-validating conditionals if possible.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - WKWebView.reloadFromOrigin)
- macOS WKWebView (Official API - WKWebView.reloadFromOrigin)
- Linux WPE WebKit (Official API - webkit_web_view_reload_bypass_cache)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> reloadFromOrigin() => platform.reloadFromOrigin();