onrejectionhandled property
dynamic Function(PromiseRejectionEvent)?
get
onrejectionhandled
Implementation
_i2.dynamic Function(_i3.PromiseRejectionEvent)? get onrejectionhandled =>
(_i3.PromiseRejectionEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onrejectionhandled',
),
r'call',
[
this,
p0,
],
);
set
onrejectionhandled
(dynamic value(PromiseRejectionEvent)?)
Implementation
set onrejectionhandled(
_i2.dynamic Function(_i3.PromiseRejectionEvent)? value) {
_i4.setProperty(
this,
'onrejectionhandled',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}