iosShouldAllowDeprecatedTLS method
Future<IOSShouldAllowDeprecatedTLSAction?> ?
iosShouldAllowDeprecatedTLS(
- URLAuthenticationChallenge challenge
inherited
Use shouldAllowDeprecatedTLS instead.
Implementation
@override
Future<IOSShouldAllowDeprecatedTLSAction?>? iosShouldAllowDeprecatedTLS(
URLAuthenticationChallenge challenge) {
return null;
}