emitCommandRequest method

void emitCommandRequest(
  1. ForgeCommand command
)

Test hook mirroring the kernel's command delivery.

Implementation

void emitCommandRequest(ForgeCommand command) {
  _commands.add(command.toMap());
}