aggressive constant

LowBatteryConfig const aggressive

Aggressive battery saving at 20% threshold.

Implementation

static const LowBatteryConfig aggressive = LowBatteryConfig(
  threshold: 0.20,
  throttleInterval: Duration(minutes: 10),
  disableAutoSync: true,
);