setThemeMode method
Implementation
setThemeMode(ThemeMode themeMode) async {
_themeMode = themeMode;
await RuiStorageManager.setString('themeMode', themeMode.name);
notifyListeners();
}
setThemeMode(ThemeMode themeMode) async {
_themeMode = themeMode;
await RuiStorageManager.setString('themeMode', themeMode.name);
notifyListeners();
}