balanced constant
Balanced thresholds.
Implementation
static const BatteryThresholds balanced = BatteryThresholds(
lowThreshold: 20,
criticalThreshold: 10,
);
Balanced thresholds.
static const BatteryThresholds balanced = BatteryThresholds(
lowThreshold: 20,
criticalThreshold: 10,
);