getEnableSafetyTips static method

Future<bool> getEnableSafetyTips()

获取是否打开安全文案提醒

Implementation

static Future<bool> getEnableSafetyTips() async {
  return await PreferenceUtils.getBool(enableSafetyNotice, true);
}