getThemeMode static method
getThemeMode returns the theme mode based on the saved value.
Implementation
static ThemeMode getThemeMode() {
return _themeStorageService.getThemeMode();
}
getThemeMode returns the theme mode based on the saved value.
static ThemeMode getThemeMode() {
return _themeStorageService.getThemeMode();
}