consumeLastDocumentChange method

TextDocumentChange? consumeLastDocumentChange()

Returns and clears the most recent document-aware text change, if any.

Implementation

TextDocumentChange? consumeLastDocumentChange() {
  return _model.consumeLastDocumentChange();
}