menu
purpi_kit package
documentation
core/utils/pref_utils.dart
PrefUtilsImpl
getIsFirstTime method
getIsFirstTime method
dark_mode
light_mode
getIsFirstTime
method
@
override
bool
getIsFirstTime
(
)
override
Implementation
@override bool getIsFirstTime() { return sharedPreferences.getBool(isFirstTimeKey) ?? true; }
purpi_kit package
documentation
core/utils/pref_utils
PrefUtilsImpl
getIsFirstTime method
PrefUtilsImpl class