menu
tadamon
core/shared_preferences_global/shared_preferences_global.dart
SharedPreferencesGlobal
reload static method
reload
dark_mode
light_mode
reload
static method
Future
<
void
>
reload
(
)
Implementation
static Future<void> reload() async { await _prefs.reload(); }
tadamon
shared_preferences_global
SharedPreferencesGlobal
reload static method
SharedPreferencesGlobal class