postMessage method
Implementation
void postMessage(dynamic message, [StructuredSerializeOptions? options]) =>
    js_util.callMethod(this, 'postMessage', [message, options]);void postMessage(dynamic message, [StructuredSerializeOptions? options]) =>
    js_util.callMethod(this, 'postMessage', [message, options]);