clearIsolateCommand function
Implementation
void clearIsolateCommand(int contextId) {
assert(_allocatedMercuryIsolates.containsKey(contextId));
_clearIsolateCommandItems(_allocatedMercuryIsolates[contextId]!);
}
void clearIsolateCommand(int contextId) {
assert(_allocatedMercuryIsolates.containsKey(contextId));
_clearIsolateCommandItems(_allocatedMercuryIsolates[contextId]!);
}