applySkipBadCerticifate method

bool applySkipBadCerticifate(
  1. X509Certificate cert,
  2. String host,
  3. int port
)

Implementation

bool applySkipBadCerticifate(X509Certificate cert, String host, int port) {
  return true;
}