conservative constant
Conservative thresholds - start saving earlier.
Implementation
static const BatteryThresholds conservative = BatteryThresholds(
lowThreshold: 30,
criticalThreshold: 15,
);
Conservative thresholds - start saving earlier.
static const BatteryThresholds conservative = BatteryThresholds(
lowThreshold: 30,
criticalThreshold: 15,
);