sendErrorData property

void Function(Error, [dynamic]) get sendErrorData

Implementation

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

Implementation

set sendErrorData(
    void Function(
      _i7.Error, [
      _i2.dynamic,
    ]) value) {
  _i5.setProperty(
    this,
    'sendErrorData',
    _i5.allowInterop(value),
  );
}