DocumentModel

class DocumentModel(val scope: CoroutineScope, val documentStore: DocumentStore)

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope, documentStore: DocumentStore)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope

Functions

Link copied to clipboard
suspend fun initialize()