getReceivers property
List<RTCRtpReceiver> Function()
get
getReceivers
Implementation
_i2.List<_i3.RTCRtpReceiver> Function() get getReceivers =>
() => ((_i4.callMethod(
_i4.getProperty(
this,
'getReceivers',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
getReceivers
(List<RTCRtpReceiver> value())
Implementation
set getReceivers(_i2.List<_i3.RTCRtpReceiver> Function() value) {
_i4.setProperty(
this,
'getReceivers',
_i4.allowInterop(value),
);
}