setThemeMode method
Implementation
void setThemeMode(ThemeType type) {
_clearCache();
_currentTheme = ThemeConfig(type: type, primaryColor: _currentTheme.primaryColor);
saveTheme();
notifyListeners();
}
void setThemeMode(ThemeType type) {
_clearCache();
_currentTheme = ThemeConfig(type: type, primaryColor: _currentTheme.primaryColor);
saveTheme();
notifyListeners();
}