getIsShowBottomSheetQuiz method

dynamic getIsShowBottomSheetQuiz()

Implementation

getIsShowBottomSheetQuiz() async {
  return sharedPref.getBool("IsShowBottomSheetQuiz") ?? true;
}