TrustStore constructor

TrustStore({
  1. List<IntermediateCA>? intermediateCas,
  2. List<TrustAnchor>? trustAnchors,
})

Implementation

TrustStore({
  this.intermediateCas,
  this.trustAnchors,
});