onwaiting property
dynamic Function(Event)?
get
onwaiting
Occurs when playback stops because the next frame of a video resource is not available. @param ev The event.
Implementation
_i2.dynamic Function(_i3.Event)? get onwaiting =>
(_i3.Event p0) => _i4.callMethod(
_i4.getProperty(
this,
'onwaiting',
),
r'call',
[
this,
p0,
],
);
set
onwaiting
(dynamic value(Event)?)
Implementation
set onwaiting(_i2.dynamic Function(_i3.Event)? value) {
_i4.setProperty(
this,
'onwaiting',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}