iosShouldAllowDeprecatedTLS property
- @SupportedPlatforms.new(platforms: [IOSPlatform()])
- @Deprecated('Use shouldAllowDeprecatedTLS instead')
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;