getTafsirDownloaded method

bool getTafsirDownloaded(
  1. int index
)

التحقق إذا كان التفسير تم تحميله مسبقاً. Check if the tafsir is already downloaded.

Implementation

bool getTafsirDownloaded(int index) =>
    TafsirCtrl.instance.tafsirDownloadIndexList.contains(index);