AdvancedPublisherOptions constructor

const AdvancedPublisherOptions({
  1. int? cacheMaxSamples,
  2. bool publisherDetection = false,
  3. bool sampleMissDetection = false,
  4. HeartbeatMode heartbeatMode = HeartbeatMode.none,
  5. int heartbeatPeriodMs = 0,
})

Creates advanced publisher options.

Implementation

const AdvancedPublisherOptions({
  this.cacheMaxSamples,
  this.publisherDetection = false,
  this.sampleMissDetection = false,
  this.heartbeatMode = HeartbeatMode.none,
  this.heartbeatPeriodMs = 0,
});