RawReceivePort factory constructor

RawReceivePort([void handler(event) ])

Opens a long-lived port for receiving messages.

A RawReceivePort is low level and does not work with Zones. It can not be paused. The data-handler must be set before the first event is received.

Source

external factory RawReceivePort([void handler(event)]);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-isolate/RawReceivePort/RawReceivePort.html