onError property
The handler to invoke when route handlers throw an error.
Implementation
_i2.Object Function([_i2.Object?])? get onError =>
([_i2.Object? p0]) => _i3.callMethod(
_i3.getProperty(
this,
'onError',
),
r'call',
[
this,
p0,
],
);