shouldSwitchToLowPower property
Whether the estimation suggests switching to low power mode.
Implementation
bool get shouldSwitchToLowPower =>
!isCharging && duration.inMinutes < 60 && lowPowerDuration > duration;
Whether the estimation suggests switching to low power mode.
bool get shouldSwitchToLowPower =>
!isCharging && duration.inMinutes < 60 && lowPowerDuration > duration;