NativeLensFeatureOptions constructor

const NativeLensFeatureOptions({
  1. bool realtime = false,
  2. bool highPerformance = false,
  3. int? minBatteryLevel,
  4. bool preferUnmeteredNetwork = false,
  5. bool disallowPowerSaveMode = false,
})

Creates feature analysis options.

Implementation

const NativeLensFeatureOptions({
  this.realtime = false,
  this.highPerformance = false,
  this.minBatteryLevel,
  this.preferUnmeteredNetwork = false,
  this.disallowPowerSaveMode = false,
});