removeTrack property
void Function(RTCRtpSender)
get
removeTrack
Implementation
void Function(_i3.RTCRtpSender) get removeTrack =>
(_i3.RTCRtpSender p0) => _i4.callMethod(
_i4.getProperty(
this,
'removeTrack',
),
r'call',
[
this,
p0,
],
);
set
removeTrack
(void value(RTCRtpSender))
Implementation
set removeTrack(void Function(_i3.RTCRtpSender) value) {
_i4.setProperty(
this,
'removeTrack',
_i4.allowInterop(value),
);
}