onremovetrack property

dynamic Function(MediaStreamTrackEvent)? get onremovetrack

Implementation

_i2.dynamic Function(_i3.MediaStreamTrackEvent)? get onremovetrack =>
    (_i3.MediaStreamTrackEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onremovetrack',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set onremovetrack (dynamic value(MediaStreamTrackEvent)?)

Implementation

set onremovetrack(_i2.dynamic Function(_i3.MediaStreamTrackEvent)? value) {
  _i4.setProperty(
    this,
    'onremovetrack',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}