iosShouldAllowDeprecatedTLS property

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

Implementation

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