Preferences Data Store Impl
class PreferencesDataStoreImpl @Inject constructor(dataStore: DataStore<Preferences>) : PreferencesDataStore
Implementation of PreferencesDataStore using DataStore<Preferences>. This class is responsible for implementing the abstract methods defined in PreferencesDataStore.