iosOnNavigationResponse property

  1. @SupportedPlatforms.new(platforms: [IOSPlatform()])
  2. @Deprecated('Use onNavigationResponse instead')
FutureOr<IOSNavigationResponseAction?> Function(T controller, IOSWKNavigationResponse navigationResponse)? iosOnNavigationResponse
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;