Dart API Reference
dart:isolate
RawReceivePort
RawReceivePort
class
Constructors
RawReceivePort
( [
void
handler
(
event
)
] )
Opens a long-lived port for receiving messages.
Instance Properties
handler
Function
write-only
sendPort
SendPort
read-only
Instance Methods
close
( ) →
void
Closes the port.