deleteSelectionDocumentCommand method

TextCommandResult deleteSelectionDocumentCommand(
  1. TextDocument document
)

Implementation

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