getTrackById property
MediaStreamTrack? Function(String)
get
getTrackById
Implementation
_i3.MediaStreamTrack? Function(_i2.String) get getTrackById =>
(_i2.String p0) => _i4.callMethod(
_i4.getProperty(
this,
'getTrackById',
),
r'call',
[
this,
p0,
],
);
set
getTrackById
(MediaStreamTrack? value(String))
Implementation
set getTrackById(_i3.MediaStreamTrack? Function(_i2.String) value) {
_i4.setProperty(
this,
'getTrackById',
_i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
);
}