postMessage method
Post a WebMessage to the entangled port.
Implementation
Future<void> postMessage(WebMessage message) => platform.postMessage(message);
Post a WebMessage to the entangled port.
Future<void> postMessage(WebMessage message) => platform.postMessage(message);