iosOnNavigationResponse property
- @SupportedPlatforms.new(platforms: [IOSPlatform()])
- @Deprecated('Use onNavigationResponse instead')
final
Use onNavigationResponse instead.
Officially Supported Platforms/Implementations:
- iOS WKWebView
Parameters - Officially Supported Platforms/Implementations:
navigationResponse: all platforms
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [IOSPlatform()])
@Deprecated('Use onNavigationResponse instead')
final FutureOr<IOSNavigationResponseAction?> Function(
T controller,
IOSWKNavigationResponse navigationResponse,
)?
iosOnNavigationResponse;