Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created September 3, 2020 14:46
Show Gist options
  • Select an option

  • Save PatilShreyas/130caebca15989f1469677fc23c2bb77 to your computer and use it in GitHub Desktop.

Select an option

Save PatilShreyas/130caebca15989f1469677fc23c2bb77 to your computer and use it in GitHub Desktop.
class SettingsManager(context: Context) {
private val dataStore = context.createDataStore(name = "settings_pref")
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment