postMessage property

Future Function([dynamic]) postMessage

Implementation

_i2.Future<_i2.dynamic> Function([_i2.dynamic]) get postMessage =>
    ([_i2.dynamic p0]) => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'postMessage',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
void postMessage=(Future value([dynamic]))

Implementation

set postMessage(_i2.Future<_i2.dynamic> Function([_i2.dynamic]) value) {
  _i5.setProperty(
    this,
    'postMessage',
    _i5.allowInterop(value),
  );
}