getFontsDownloadMethod method

Future<void> getFontsDownloadMethod({
  1. required int fontIndex,
})

للحصول على طريقة تنزيل الخطوط فقط قم بإستدعاء fontsDownloadMethod

to get the fonts download method just call fontsDownloadMethod

Implementation

Future<void> getFontsDownloadMethod({required int fontIndex}) async {
  await quranCtrl.downloadAllFontsZipFile(fontIndex);
}