AdvancedPublisherOptions constructor
const
AdvancedPublisherOptions({
- AdvancedPublisherCacheOptions? cache,
- bool enableMatchingListener = false,
- bool publisherDetection = false,
- bool sampleMissDetection = false,
- HeartbeatMode heartbeatMode = HeartbeatMode.none,
- int heartbeatPeriodMs = 0,
Creates advanced publisher options.
Implementation
const AdvancedPublisherOptions({
this.cache,
this.enableMatchingListener = false,
this.publisherDetection = false,
this.sampleMissDetection = false,
this.heartbeatMode = HeartbeatMode.none,
this.heartbeatPeriodMs = 0,
});