Save the current theme ID.
Future<void> saveThemeId(String themeId) async { await _secureStorage.write(key: _themeIdKey, value: themeId); }