WebPortToChannel extension

Extension to transform a raw MessagePort from web workers into a Dart StreamChannel.

on
  • MessagePort

Methods

channel({bool explicitClose = false, bool webNativeSerialization = false}) → StreamChannel<Object?>

Available on MessagePort, provided by the WebPortToChannel extension

Converts this port to a two-way communication channel, exposed as a StreamChannel.