Server Data Store
class ServerDataStore(repository: ServerDataRepository, tm: RepositoryTransactionManager, storeScope: CoroutineScope) : Store
Constructors
Link copied to clipboard
constructor(repository: ServerDataRepository, tm: RepositoryTransactionManager, storeScope: CoroutineScope)