DeliveryOptions constructor

DeliveryOptions({
  1. TlsPolicy? tlsPolicy,
})

Implementation

DeliveryOptions({
  this.tlsPolicy,
});