postMessage property

Future Function([dynamic, NotebookEditor?]) postMessage

Implementation

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

Implementation

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