onError property

void Function(Error) get onError

Implementation

void Function(_i7.Error) get onError => (_i7.Error p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'onError',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set onError (void value(Error))

Implementation

set onError(void Function(_i7.Error) value) {
  _i5.setProperty(
    this,
    'onError',
    _i5.allowInterop(value),
  );
}