iosShouldAllowDeprecatedTLS property

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

Implementation

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