LowBatteryConfig constructor
Creates a low battery configuration.
Implementation
const LowBatteryConfig({
this.threshold = 0.15,
this.throttleInterval = const Duration(minutes: 5),
this.disableAutoSync = false,
});
Creates a low battery configuration.
const LowBatteryConfig({
this.threshold = 0.15,
this.throttleInterval = const Duration(minutes: 5),
this.disableAutoSync = false,
});