toggleNumberedListCommand method
Implementation
TextLineCommandResult toggleNumberedListCommand(
List<String> lines, {
int startAt = 1,
}) {
return toggleNumberedList(
lines,
cursor: cursor,
selectionBase: selectionBase,
selectionExtent: selectionExtent,
startAt: startAt,
);
}