aggressive constant
Aggressive battery saving at 20% threshold.
Implementation
static const LowBatteryConfig aggressive = LowBatteryConfig(
threshold: 0.20,
throttleInterval: Duration(minutes: 10),
disableAutoSync: true,
);
Aggressive battery saving at 20% threshold.
static const LowBatteryConfig aggressive = LowBatteryConfig(
threshold: 0.20,
throttleInterval: Duration(minutes: 10),
disableAutoSync: true,
);