PageViewsOptions constructor

const PageViewsOptions({
  1. String? trackHistoryChanges = 'all',
  2. String? eventType = '',
})

Web specific

Configuration for autocapturing page view events.

See docs for more information.

Implementation

const PageViewsOptions({
  this.trackHistoryChanges = 'all',
  this.eventType = '',
});