consumeLastDocumentChange method
Returns and clears the most recent document-aware text change, if any.
Implementation
TextDocumentChange? consumeLastDocumentChange() {
return _model.consumeLastDocumentChange();
}
Returns and clears the most recent document-aware text change, if any.
TextDocumentChange? consumeLastDocumentChange() {
return _model.consumeLastDocumentChange();
}