tafsirDownload method

Future<void> tafsirDownload(
  1. int i
)

تحميل التفسير المحدد حسب الفهرس. Download the tafsir by the given index.

Implementation

Future<void> tafsirDownload(int i) async =>
    await TafsirCtrl.instance.tafsirDownload(i);