deleteSelectionDocumentCommand method
Implementation
TextCommandResult deleteSelectionDocumentCommand(TextDocument document) {
return textDeleteSelection(document: document, state: this);
}
TextCommandResult deleteSelectionDocumentCommand(TextDocument document) {
return textDeleteSelection(document: document, state: this);
}