DatastoreModule

@Module
object DatastoreModule

Datastore module

Functions

Link copied to clipboard
@Singleton
@Provides
fun providePreferencesDataStore(appContext: Context, ioDispatcher: CoroutineDispatcher): DataStore<UserDataPreferences>

Provides the DataStore for UserDataPreferences.