onvolumechange top-level property

dynamic Function(Event)? get onvolumechange

Occurs when the volume is changed, or playback is muted or unmuted.

Implementation

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