setIsFirstLoad method

dynamic setIsFirstLoad(
  1. bool value
)

Implementation

setIsFirstLoad(bool value) async {
  sharedPref = await _sharedPreferences;
  sharedPref?.setBool("IsFirstLoad", value);
}