clearUICommand function

void clearUICommand(
  1. double contextId
)

Implementation

void clearUICommand(double contextId) {
  assert(_allocatedPages.containsKey(contextId));

  _clearUICommandItems(_allocatedPages[contextId]!);
}