AdvancedSubscriberOptions constructor
const
AdvancedSubscriberOptions({})
Creates advanced subscriber options.
Implementation
const AdvancedSubscriberOptions({
this.detectPublishers,
this.history = false,
this.detectLatePublishers = false,
this.recovery = false,
this.lastSampleMissDetection = false,
this.periodicQueriesPeriodMs = 0,
this.subscriberDetection = false,
this.enableMissListener = false,
this.retainPayload = false,
});