conservative constant

BatteryThresholds const conservative

Conservative thresholds - start saving earlier.

Implementation

static const BatteryThresholds conservative = BatteryThresholds(
  lowThreshold: 30,
  criticalThreshold: 15,
);