Check if device is on battery save mode
Currently only implemented on Android, iOS, MacOS and Windows.
Future<bool> get isInBatterySaveMode { return _platform.isInBatterySaveMode; }