getRecitationWordInfoSync method
Implementation
QiraatWordInfo? getRecitationWordInfoSync({
required WordRef ref,
}) {
final surah = _cacheByKind[WordInfoKind.recitations]?[ref.surahNumber];
return surah?.lookup(ref);
}
QiraatWordInfo? getRecitationWordInfoSync({
required WordRef ref,
}) {
final surah = _cacheByKind[WordInfoKind.recitations]?[ref.surahNumber];
return surah?.lookup(ref);
}