addDocument method

dynamic addDocument(
  1. DocumentInfo doc
)

Implementation

addDocument(DocumentInfo doc) {
  _documentObs.useDocument(doc);
}