setAppearance method

void setAppearance(
  1. Appearance appearance
)

Sets the appearance of the app and stores it in shared preferences.

Implementation

void setAppearance(Appearance appearance) {
  appearanceNotifier.value = appearance;
  storeAppearance();
}