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