nativePort 属性

int nativePort

SendPort 的本地端口。

返回的本地端口可以用作 C 代码通过 Dart_PostCObject() 向连接的 ReceivePort 发送消息 - 请参阅 dart_native_api.h

仅支持来自平台类 ReceivePortRawReceivePort 的发送端口。不支持用户定义的 SendPort 实现。

实现

external int get nativePort;