setThemeSeedColor method
Implementation
void setThemeSeedColor(String color) async {
_themeSeedColor = color;
await RuiStorageManager.setString('seedColor', color);
notifyListeners(); //通知依赖的Widget更新
}
void setThemeSeedColor(String color) async {
_themeSeedColor = color;
await RuiStorageManager.setString('seedColor', color);
notifyListeners(); //通知依赖的Widget更新
}