menu
flutter_easy package
documentation
utils/src/shared_preferences_util.dart
SharedPreferencesUtil
clearSharedPrefs static method
clearSharedPrefs static method
dark_mode
light_mode
clearSharedPrefs
static method
Future
<
bool
>
clearSharedPrefs
(
)
Implementation
static Future<bool> clearSharedPrefs() => SharedPreferencesUtil.instance.clear();
flutter_easy package
documentation
utils/src/shared_preferences_util
SharedPreferencesUtil
clearSharedPrefs static method
SharedPreferencesUtil class