postMessage property

void Function([dynamic]) get postMessage

Implementation

void Function([_i2.dynamic]) get postMessage =>
    ([_i2.dynamic p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'postMessage',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set postMessage (void value([dynamic]))

Implementation

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