getSenders property

List<RTCRtpSender> Function() get getSenders

Implementation

_i2.List<_i3.RTCRtpSender> Function() get getSenders =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getSenders',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getSenders (List<RTCRtpSender> value())

Implementation

set getSenders(_i2.List<_i3.RTCRtpSender> Function() value) {
  _i4.setProperty(
    this,
    'getSenders',
    _i4.allowInterop(value),
  );
}