jumpToJoz method

void jumpToJoz(
  1. int jozz
)

jumpToJoz let's you navigate to any quran jozz with jozz number Note it receives jozz number not jozz index

Implementation

void jumpToJoz(int jozz) =>
    jumpToPage(jozz == 1 ? 0 : (quranCtrl.quranStops[(jozz - 1) * 8 - 1]));