shouldShowBasmala method

bool shouldShowBasmala()

التحقق من أن السورة ليست التوبة (لعرض البسملة) Check if surah is not At-Tawbah (for displaying Basmala)

Implementation

bool shouldShowBasmala() => (_surahNumber != 1) && (_surahNumber != 9);