unwrapSelectionDocumentCommand method

TextCommandResult unwrapSelectionDocumentCommand(
  1. TextDocument document, {
  2. required Map<String, String> surroundPairs,
})

Implementation

TextCommandResult unwrapSelectionDocumentCommand(
  TextDocument document, {
  required Map<String, String> surroundPairs,
}) {
  return textUnwrapSelection(
    document: document,
    state: this,
    surroundPairs: surroundPairs,
  );
}