nativePort property

int get nativePort

The int port id handed to the WASM module — the web analog of SendPort.nativePort.

Implementation

int get nativePort => _owner.port;