TrustAnchor constructor

TrustAnchor({
  1. String? pemCertificate,
})

Implementation

TrustAnchor({
  this.pemCertificate,
});