DigiaAnalyticsConfig constructor

const DigiaAnalyticsConfig({
  1. bool enabled = true,
  2. int flushIntervalMs = 5000,
  3. int flushBatchSize = 10,
  4. int maxBatchSize = 100,
  5. int queueMaxEvents = 5000,
  6. int sessionTimeoutMs = 30 * 60 * 1000,
})

Implementation

const DigiaAnalyticsConfig({
  this.enabled = true,
  this.flushIntervalMs = 5000,
  this.flushBatchSize = 10,
  this.maxBatchSize = 100,
  this.queueMaxEvents = 5000,
  this.sessionTimeoutMs = 30 * 60 * 1000,
});