Last active
September 7, 2023 16:55
-
-
Save karim-eg/226440eda221220dc82abdfb0606013f to your computer and use it in GitHub Desktop.
Data Store Init
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.user: DataStore<Preferences> by preferencesDataStore(name = "userInfo") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment