getThemeMode static method

ThemeMode getThemeMode()

getThemeMode returns the theme mode based on the saved value.

Implementation

static ThemeMode getThemeMode() {
  return _themeStorageService.getThemeMode();
}