menu
ai_touristic_info_tool
helpers\settings_shared_pref.dart
SettingsSharedPref
removeTheme static method
removeTheme
dark_mode
light_mode
removeTheme
static method
Future
<
void
>
removeTheme
(
)
Implementation
static Future<void> removeTheme() async => await _prefs?.remove(_keyTheme);
ai_touristic_info_tool
settings_shared_pref
SettingsSharedPref
removeTheme static method
SettingsSharedPref class