setNbrOfQuestionsQuiz method

dynamic setNbrOfQuestionsQuiz(
  1. int value
)

Implementation

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