Created
September 7, 2023 17:37
-
-
Save karim-eg/d695fc083a19bc1901f90c3fec5e439f to your computer and use it in GitHub Desktop.
DataStore Keys
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
object DataStoreKeys { | |
val USER_NAME = stringPreferencesKey("user_name") | |
val EMAIL = stringPreferencesKey("email") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment