send method

void send(
  1. dynamic message
)

Local delivery, mirroring SendPort.send (used by tests to inject messages without a WASM module).

Implementation

void send(dynamic message) => NitroWebPorts.deliver(_owner.port, message);