setGiftEffectsSwitch static method

void setGiftEffectsSwitch(
  1. bool on
)

Implementation

static void setGiftEffectsSwitch(bool on) {
  _giftEffectsOn = on;
  PrefUtils.setBool(SPKey.giftEffects, on);
}