CertificateAuthenticator constructor

CertificateAuthenticator({
  1. required String certificatePath,
  2. required String keyPath,
})

Implementation

CertificateAuthenticator({
  required this.certificatePath,
  required this.keyPath,
});