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