iosShouldAllowDeprecatedTLS property

  1. @Deprecated('Use shouldAllowDeprecatedTLS instead')
(Future<IOSShouldAllowDeprecatedTLSAction?> Function(InAppWebViewController controller, URLAuthenticationChallenge challenge)?) iosShouldAllowDeprecatedTLS
final

Implementation

@Deprecated('Use shouldAllowDeprecatedTLS instead')
final Future<IOSShouldAllowDeprecatedTLSAction?> Function(
    InAppWebViewController controller,
    URLAuthenticationChallenge challenge)? iosShouldAllowDeprecatedTLS;