Not documented.

Properties

Function handler
write-only
Sets the handler that is invoked for every incoming message.
SendPort sendPort
read-only
Returns a SendPort that sends to this raw receive port.

Constructors

RawReceivePort([void handler(event)])
Opens a long-lived port for receiving messages.

Methods

close() → void
Closes the port.