iosShouldAllowDeprecatedTLS property

  1. @SupportedPlatforms.new(platforms: [IOSPlatform()])
  2. @Deprecated('Use shouldAllowDeprecatedTLS instead')
FutureOr<IOSShouldAllowDeprecatedTLSAction?> Function(T controller, URLAuthenticationChallenge challenge)? iosShouldAllowDeprecatedTLS
final

Use shouldAllowDeprecatedTLS instead.

Officially Supported Platforms/Implementations:

  • iOS WKWebView

Parameters - Officially Supported Platforms/Implementations:

  • challenge: all platforms

Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [IOSPlatform()])
@Deprecated('Use shouldAllowDeprecatedTLS instead')
final FutureOr<IOSShouldAllowDeprecatedTLSAction?> Function(
  T controller,
  URLAuthenticationChallenge challenge,
)?
iosShouldAllowDeprecatedTLS;