Sets battery saving state.
Future<void> sendBatterySaving(bool enable) { return _platform.sendBatterySaving(enable); }