setDifficultyQuiz method

dynamic setDifficultyQuiz(
  1. String value
)

Implementation

setDifficultyQuiz(String value) async {
  sharedPref = await _sharedPreferences;
  sharedPref.setString("DifficultyQuiz", value);
}