getTransceivers property

List<RTCRtpTransceiver> Function() get getTransceivers

Implementation

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

Implementation

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