DataStoreModule

@Module
object DataStoreModule

Functions

Link copied to clipboard
@Singleton
@Provides
fun provideChannelSetDataStore(appContext: Context): DataStore<<Error class: unknown class>>
Link copied to clipboard
@Singleton
@Provides
fun provideLocalConfigDataStore(appContext: Context): DataStore<<Error class: unknown class>>
Link copied to clipboard
@Singleton
@Provides
fun provideModuleConfigDataStore(appContext: Context): DataStore<<Error class: unknown class>>
Link copied to clipboard
@Singleton
@Provides
fun providePreferencesDataStore(appContext: Context): DataStore<Preferences>
Link copied to clipboard