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