onstalled property
dynamic Function(Event)?
get
onstalled
Occurs when the download has stopped. @param ev The event.
Implementation
_i2.dynamic Function(_i3.Event)? get onstalled =>
(_i3.Event p0) => _i4.callMethod(
_i4.getProperty(
this,
'onstalled',
),
r'call',
[
this,
p0,
],
);
set
onstalled
(dynamic value(Event)?)
Implementation
set onstalled(_i2.dynamic Function(_i3.Event)? value) {
_i4.setProperty(
this,
'onstalled',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}