toogleQuranMode method

dynamic toogleQuranMode()

Implementation

toogleQuranMode() {
  isUsingPageMode = !isUsingPageMode;
  notifyListeners();
}