Skip to content

Instantly share code, notes, and snippets.

@meet30997
Last active September 5, 2022 06:00
Show Gist options
  • Save meet30997/0db961b37730620f14a57e374dce51b2 to your computer and use it in GitHub Desktop.
Save meet30997/0db961b37730620f14a57e374dce51b2 to your computer and use it in GitHub Desktop.
DataStore Key
import androidx.datastore.preferences.core.stringPreferencesKey
private val userNameKey = stringPreferencesKey("userNameKey")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment