send method
void
send(
- 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);