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