postMessage method
Post a WebMessage to the entangled port.
Implementation
Future<void> postMessage(WebMessage message) {
throw UnimplementedError(
'postMessage is not implemented on the current platform');
}
Post a WebMessage to the entangled port.
Future<void> postMessage(WebMessage message) {
throw UnimplementedError(
'postMessage is not implemented on the current platform');
}