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