menu
ai_touristic_info_tool
helpers\prompts_shared_pref.dart
PromptsSharedPref
clearPreferences static method
clearPreferences
dark_mode
light_mode
clearPreferences
static method
Future
clearPreferences
(
)
Clears all stored preferences.
Implementation
static Future clearPreferences() async { await _prefs?.clear(); }
ai_touristic_info_tool
prompts_shared_pref
PromptsSharedPref
clearPreferences static method
PromptsSharedPref class