Skip to content

Instantly share code, notes, and snippets.

@meet30997
Created September 5, 2022 05:52
Show Gist options
  • Save meet30997/490da283c3abf6b089335836098a8833 to your computer and use it in GitHub Desktop.
Save meet30997/490da283c3abf6b089335836098a8833 to your computer and use it in GitHub Desktop.
Create DataStore Instance
private val Context.dataStore: DataStore<Preferences> by preferencesDataStore(name = "MyDataStore")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment