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