iosOnNavigationResponse method
- @SupportedPlatforms.new(platforms: [IOSPlatform()])
- @Deprecated('Use onNavigationResponse instead')
Use onNavigationResponse instead.
Officially Supported Platforms/Implementations:
- iOS WKWebView
Parameters - Officially Supported Platforms/Implementations:
navigationResponse: all platforms
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [IOSPlatform()])
@Deprecated('Use onNavigationResponse instead')
FutureOr<IOSNavigationResponseAction?>? iosOnNavigationResponse(
IOSWKNavigationResponse navigationResponse,
) {
return null;
}