VisProfilerOptions.full constructor

const VisProfilerOptions.full({
  1. bool enableLocation = true,
  2. bool enableNetworkInfo = true,
  3. bool enableAdId = true,
  4. bool enableDeviceInfo = true,
  5. bool enablePublicIp = true,
  6. bool enablePeriodicSending = true,
  7. int sendIntervalMs = 180000,
  8. bool enableLogging = true,
  9. bool enableCaching = true,
  10. bool enableInitialDataSend = true,
})

Create options with all features enabled (full tracking)

Implementation

const VisProfilerOptions.full({
  this.enableLocation = true,
  this.enableNetworkInfo = true,
  this.enableAdId = true,
  this.enableDeviceInfo = true,
  this.enablePublicIp = true,
  this.enablePeriodicSending = true,
  this.sendIntervalMs = 180000,
  this.enableLogging = true,
  this.enableCaching = true,
  this.enableInitialDataSend = true,
});