updateThemeMode method
Implementation
void updateThemeMode(ThemeMode themeMode) => emit(
state.copyWith(
themeMode: themeMode,
),
);
void updateThemeMode(ThemeMode themeMode) => emit(
state.copyWith(
themeMode: themeMode,
),
);