isInBatterySaveMode property

Future<bool> isInBatterySaveMode

check if device is on battery save mode

Currently only impemented on Android, IOS and Windows.

Implementation

Future<bool> get isInBatterySaveMode {
  return _platform.isInBatterySaveMode;
}