iosShouldAllowDeprecatedTLS method

  1. @override
Future<IOSShouldAllowDeprecatedTLSAction?>? iosShouldAllowDeprecatedTLS(
  1. URLAuthenticationChallenge challenge
)
override

Implementation

@override
Future<IOSShouldAllowDeprecatedTLSAction?>? iosShouldAllowDeprecatedTLS(
    URLAuthenticationChallenge challenge) {
  return null;
}