onDidReceiveServerRedirectForProvisionalNavigation method
override
Called when a web view receives a server redirect.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - WKNavigationDelegate.webView)
- macOS WKWebView (Official API - WKNavigationDelegate.webView)
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onDidReceiveServerRedirectForProvisionalNavigation() {}