ServerAndClientVerification constructor

ServerAndClientVerification({
  1. String? caCertificate,
  2. String? clientCertificate,
  3. String? clientKey,
})

Implementation

ServerAndClientVerification({
  this.caCertificate,
  this.clientCertificate,
  this.clientKey,
});