Created
July 24, 2024 10:33
-
-
Save aliElahi/d2d0e1af9d310bc231c6271fce107382 to your computer and use it in GitHub Desktop.
create data store preferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val Context.dataStore : DataStore<Preferences> by preferencesDataStore(name = "preferencesName") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment