DataStoreStorage
class DataStoreStorage(dataStore: DataStore<Preferences>, encryption: StorageEncryption? = null, val cache: Boolean = true) : BaseStorage
Constructors
Link copied to clipboard
constructor(dataStore: DataStore<Preferences>, encryption: StorageEncryption? = null, cache: Boolean = true)