setIsNewVersionBibleDownload method

dynamic setIsNewVersionBibleDownload(
  1. bool value, {
  2. required String fileName,
})

Implementation

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