onDownloadSuccess method

void onDownloadSuccess(
  1. int tafsirNumber
)

شرح: عند نجاح التحميل Explanation: On download success

Implementation

void onDownloadSuccess(int tafsirNumber) {
  updateDownloadStatus(tafsirNumber, true);
}