DetectPublishersOptions constructor

const DetectPublishersOptions({
  1. bool? history,
  2. bool retainPayload = false,
})

Creates detect-publishers options.

Implementation

const DetectPublishersOptions({this.history, this.retainPayload = false});