applyChange abstract method

bool applyChange(
  1. String documentId,
  2. Change change
)

Apply a change to a document

Implementation

bool applyChange(String documentId, Change change);