deletePreviousDocumentCommand method

TextCommandResult deletePreviousDocumentCommand(
  1. TextDocument document
)

Implementation

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