deletePreviousDocumentCommand method
Implementation
TextCommandResult deletePreviousDocumentCommand(TextDocument document) {
return textDeletePrevious(document: document, state: this);
}
TextCommandResult deletePreviousDocumentCommand(TextDocument document) {
return textDeletePrevious(document: document, state: this);
}