Skip to content
Snippets Groups Projects

DataStoreModule.kt

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by a6-alrashdi
    DataStoreModule.kt 197 B
    package com.example.match
    
    import android.content.Context
    import androidx.datastore.preferences.preferencesDataStore
    
    
    val Context.dataStore by preferencesDataStore(name = "my_preferences")
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment