conservative constant

LowBatteryConfig const conservative

Conservative - only activate at very low battery.

Implementation

static const LowBatteryConfig conservative = LowBatteryConfig(
  threshold: 0.10,
  throttleInterval: Duration(minutes: 3),
  disableAutoSync: false,
);