saveTheme abstract method
- String themeName
Saves the selected theme name to persistent storage.
Called automatically whenever the theme changes via Themed.setTheme or Themed.toggleTheme.
Implementation
Future<void> saveTheme(String themeName);
Saves the selected theme name to persistent storage.
Called automatically whenever the theme changes via Themed.setTheme or Themed.toggleTheme.
Future<void> saveTheme(String themeName);