VisProfilerOptions constructor
const
VisProfilerOptions({})
Implementation
const VisProfilerOptions({
this.enableLocation = true,
this.enableNetworkInfo = true,
this.enableAdId = true,
this.enableDeviceInfo = true,
this.enablePublicIp = true,
this.enablePeriodicSending = true,
this.sendIntervalMs = 180000, // 3 minutes
this.enableLogging = true,
this.enableCaching = true,
this.enableInitialDataSend = false, // Changed to false by default for better performance
});