VisProfilerOptions.essential constructor
const
VisProfilerOptions.essential({})
Create options with only essential features enabled
Implementation
const VisProfilerOptions.essential({
this.enableLocation = false,
this.enableNetworkInfo = true,
this.enableAdId = false,
this.enableDeviceInfo = true,
this.enablePublicIp = false,
this.enablePeriodicSending = true,
this.sendIntervalMs = 180000,
this.enableLogging = true,
this.enableCaching = true,
this.enableInitialDataSend = false,
});