clearUICommand function
Implementation
void clearUICommand(double contextId) {
assert(_allocatedPages.containsKey(contextId));
_clearUICommandItems(_allocatedPages[contextId]!);
}
void clearUICommand(double contextId) {
assert(_allocatedPages.containsKey(contextId));
_clearUICommandItems(_allocatedPages[contextId]!);
}