setCarEffectSwitch static method

void setCarEffectSwitch(
  1. bool on
)

Implementation

static void setCarEffectSwitch(bool on) {
  _carEffectsOn = on;
  PrefUtils.setBool(SPKey.carEffects, on);
}