As mentioned by the title, is there any way to obtain all the keys stored in an Android Jetpack Preferences DataStore, e.g., dataStore
val Context.dataStore: DataStore<Preferences> by preferencesDataStore(name = "settings")
As mentioned by the title, is there any way to obtain all the keys stored in an Android Jetpack Preferences DataStore, e.g., dataStore
val Context.dataStore: DataStore<Preferences> by preferencesDataStore(name = "settings")
Copyright © 2021 Jogjafile Inc.
For getting all keys
for getting value by it's key