saveTheme abstract method

Future<void> saveTheme(
  1. 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);