iosOnDidReceiveServerRedirectForProvisionalNavigation method
- @SupportedPlatforms.new(platforms: [IOSPlatform()])
- @Deprecated('Use onDidReceiveServerRedirectForProvisionalNavigation instead')
Use onDidReceiveServerRedirectForProvisionalNavigation instead.
Officially Supported Platforms/Implementations:
- iOS WKWebView
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [IOSPlatform()])
@Deprecated('Use onDidReceiveServerRedirectForProvisionalNavigation instead')
void iosOnDidReceiveServerRedirectForProvisionalNavigation() {}