update method

void update(
  1. AppTheme value
)

Update the theme

Implementation

void update(AppTheme value) {
  theme.value = value;
}