unwrapSelectionCommand method
Implementation
TextCommandResult unwrapSelectionCommand(
List<String> graphemes, {
required Map<String, String> surroundPairs,
}) {
return unwrapSelection(
graphemes,
cursorOffset: cursorOffset,
selectionBaseOffset: selectionBaseOffset,
selectionExtentOffset: selectionExtentOffset,
surroundPairs: surroundPairs,
);
}