port1 property

WebMessagePort get port1

The first PlatformWebMessagePort object of the channel.

Implementation

WebMessagePort get port1 =>
    WebMessagePort.fromPlatform(platform: platform.port1);