getReminderDownloadNewVersionBible method

Future<bool> getReminderDownloadNewVersionBible()

Implementation

Future<bool> getReminderDownloadNewVersionBible() async {
  sharedPref = await _sharedPreferences;
  return sharedPref.getBool("12ReminderDownloadNewVersionBible") ?? true;
}