Skip to content

Instantly share code, notes, and snippets.

@aliElahi
Created July 24, 2024 10:33
Show Gist options
  • Save aliElahi/d2d0e1af9d310bc231c6271fce107382 to your computer and use it in GitHub Desktop.
Save aliElahi/d2d0e1af9d310bc231c6271fce107382 to your computer and use it in GitHub Desktop.
create data store preferences
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