postMessage method

Future<void> postMessage(
  1. WebMessage message
)

Post a WebMessage to the entangled port.

Implementation

Future<void> postMessage(WebMessage message) {
  throw UnimplementedError(
      'postMessage is not implemented on the current platform');
}