indentListItem function

void indentListItem(
  1. SuperEditorContext context
)

Implementation

void indentListItem(SuperEditorContext context) {
  context.commonOps.indentListItem();
}