postMessage property

void Function([dynamic, UIPostMessageOptions?]) get postMessage

Implementation

void Function([
  _i2.dynamic,
  _i3.UIPostMessageOptions?,
]) get postMessage => ([
      _i2.dynamic p0,
      _i3.UIPostMessageOptions? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'postMessage',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i7.undefined,
          ],
        );
set postMessage (void value([dynamic, UIPostMessageOptions?]))

Implementation

set postMessage(
    void Function([
      _i2.dynamic,
      _i3.UIPostMessageOptions?,
    ]) value) {
  _i5.setProperty(
    this,
    'postMessage',
    _i5.allowInterop(value),
  );
}