deletePreviousOrSelectionCommand method
Implementation
TextCommandResult deletePreviousOrSelectionCommand(List<String> graphemes) {
return deletePreviousOrSelection(
graphemes,
cursorOffset: cursorOffset,
selectionBaseOffset: selectionBaseOffset,
selectionExtentOffset: selectionExtentOffset,
);
}