SettingsRepository
interface SettingsRepository
Repository for managing user settings.
This repository uses DataStore for local persistence of user preferences like theme configuration and dynamic color preferences. All settings are stored locally only.
See also
Implementation class with DataStore integration