iosShouldAllowDeprecatedTLS property

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

Use shouldAllowDeprecatedTLS instead.

Implementation

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