clearUICommand function

void clearUICommand(
  1. int contextId
)

Implementation

void clearUICommand(int contextId) {
  _clearUICommandItems(contextId);
}