TrustStore constructor

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

Implementation

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