setNbrOfQuestionsQuiz method
Implementation
setNbrOfQuestionsQuiz(int value) async {
sharedPref = await _sharedPreferences;
sharedPref.setInt("NbrOfQuestionsQuiz", value);
}
setNbrOfQuestionsQuiz(int value) async {
sharedPref = await _sharedPreferences;
sharedPref.setInt("NbrOfQuestionsQuiz", value);
}