clearCertificateCache method
Clears the certificate cache.
Call this method if you want to force fetching fresh certificates for all hosts on the next request.
Implementation
void clearCertificateCache() {
_certificateCache.clear();
}
Clears the certificate cache.
Call this method if you want to force fetching fresh certificates for all hosts on the next request.
void clearCertificateCache() {
_certificateCache.clear();
}