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