setTheme method
Implementation
setTheme(final ThemeMode theme) {
themeMode(theme);
switchColor(primaryColor());
_configService.setConfig(_configService.data().copyWith(theme: theme));
}
setTheme(final ThemeMode theme) {
themeMode(theme);
switchColor(primaryColor());
_configService.setConfig(_configService.data().copyWith(theme: theme));
}