deleteToLineStartDocumentCommand method

TextCommandResult deleteToLineStartDocumentCommand(
  1. TextDocument document
)

Implementation

TextCommandResult deleteToLineStartDocumentCommand(TextDocument document) {
  return textDeleteToLineStart(document: document, state: this);
}