once property

void Function(String, MessageEventHandler ) get once

Implementation

void Function(
  _i2.String,
  _i3.MessageEventHandler,
) get once => (
      _i2.String p0,
      _i3.MessageEventHandler p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'once',
          ),
          r'call',
          [
            this,
            p0,
            _i5.allowInterop(p1),
          ],
        );
set once (void value(String, MessageEventHandler ))

Implementation

set once(
    void Function(
      _i2.String,
      _i3.MessageEventHandler,
    ) value) {
  _i5.setProperty(
    this,
    'once',
    _i5.allowInterop(value),
  );
}