ReceivePort.fromRawReceivePort constructor Null safety

ReceivePort.fromRawReceivePort(
  1. RawReceivePort rawPort
)

Creates a ReceivePort from a RawReceivePort.

The handler of the given rawPort is overwritten during the construction of the result.

Implementation

external factory ReceivePort.fromRawReceivePort(RawReceivePort rawPort);