loadDarkTheme method

bool loadDarkTheme()

Implementation

bool loadDarkTheme() {
  return storage.getBool(keyDarkTheme) ?? false;
}