getCurrentSurahDataByAyahUniqueNumber method
لجلب بيانات السورة الحالية عن طريق رقم الآية الفريد يمكنك إستخدام getCurrentSurahDataByAyahUniqueNumber.
To fetch the current Surah data by Ayah unique number, you can use getCurrentSurahDataByAyahUniqueNumber.
Implementation
SurahModel getCurrentSurahDataByAyahUniqueNumber(
{required int ayahUniqueNumber}) =>
quranCtrl.getSurahDataByAyahUQ(ayahUniqueNumber);