setThemeMode method

dynamic setThemeMode(
  1. ThemeMode themeMode
)

Implementation

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