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