getNbrOfQuestionsQuiz method

dynamic getNbrOfQuestionsQuiz()

Implementation

getNbrOfQuestionsQuiz() async {
  return sharedPref.getInt("NbrOfQuestionsQuiz") ?? 10;
}