updateEnableSafetyTips static method

void updateEnableSafetyTips(
  1. bool enable
)

设置是否打开安全文案提醒

Implementation

static void updateEnableSafetyTips(bool enable) {
  PreferenceUtils.saveBool(enableSafetyNotice, enable);
}