ServerDataStore
class ServerDataStore(repository: ServerDataRepository, tm: RepositoryTransactionManager, statisticCollector: ObservableCacheStatisticCollector, storeScope: CoroutineScope, clock: Clock) : Store
Constructors
Link copied to clipboard
constructor(repository: ServerDataRepository, tm: RepositoryTransactionManager, statisticCollector: ObservableCacheStatisticCollector, storeScope: CoroutineScope, clock: Clock)