getIsShowBottomSheetQuiz method

Future<bool> getIsShowBottomSheetQuiz()

Implementation

Future<bool> getIsShowBottomSheetQuiz() async {
  sharedPref = await _sharedPreferences;
  return sharedPref.getBool("IsShowBottomSheetQuiz") ?? true;
}