setIsNewVersionBibleDownload method
Implementation
setIsNewVersionBibleDownload(bool value, { required String fileName}) async {
sharedPref = await _sharedPreferences;
sharedPref.setBool("12getIsNew${fileName.split('.').first.toUpperCase()}Download", value);
}