DefaultTrackingOptions constructor
const
DefaultTrackingOptions({})
Implementation
const DefaultTrackingOptions({
this.sessions = true,
this.appLifecycles = false,
// this.screenViews = false,
this.deepLinks = false,
this.attribution = true,
this.pageViews = true,
this.formInteractions = true,
this.fileDownloads = true,
});