sslCertificate method
Sets custom SSL certificate path
Implementation
HttpConfig sslCertificate(String certificatePath) {
_config['sslCertificate'] = certificatePath;
return this;
}
Sets custom SSL certificate path
HttpConfig sslCertificate(String certificatePath) {
_config['sslCertificate'] = certificatePath;
return this;
}