isInBatterySaveMode property

Future<bool> isInBatterySaveMode

check if device is on battery save mode

Currently only implemented on Android, iOS and Windows.

Implementation

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