setAppearance method
Sets the appearance of the app and stores it in shared preferences.
Implementation
void setAppearance(Appearance appearance) {
appearanceNotifier.value = appearance;
storeAppearance();
}
Sets the appearance of the app and stores it in shared preferences.
void setAppearance(Appearance appearance) {
appearanceNotifier.value = appearance;
storeAppearance();
}