onwaiting top-level property

dynamic Function(Event)? get onwaiting

Occurs when playback stops because the next frame of a video resource is not available.

Implementation

_i2.dynamic Function(_i3.Event)? get onwaiting =>
    (_i3.Event p0) => _i4.callMethod(
          _i4.getProperty(
            _self,
            'onwaiting',
          ),
          r'call',
          [
            _self,
            p0,
          ],
        );