ServerVerification constructor

ServerVerification({
  1. String? caCertificate,
})

Implementation

ServerVerification({
  this.caCertificate,
});