unIndentListItem function

void unIndentListItem(
  1. SuperEditorContext context
)

Implementation

void unIndentListItem(SuperEditorContext context) {
  context.commonOps.unindentListItem();
}