emitCommandRequest method
Test hook mirroring the kernel's command delivery.
Implementation
void emitCommandRequest(ForgeCommand command) {
_commands.add(command.toMap());
}
Test hook mirroring the kernel's command delivery.
void emitCommandRequest(ForgeCommand command) {
_commands.add(command.toMap());
}