setParameters property

Future<void> Function(RTCRtpSendParameters) get setParameters

Implementation

_i2.Future<void> Function(_i3.RTCRtpSendParameters) get setParameters =>
    (_i3.RTCRtpSendParameters p0) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'setParameters',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set setParameters (Future<void> value(RTCRtpSendParameters))

Implementation

set setParameters(_i2.Future<void> Function(_i3.RTCRtpSendParameters) value) {
  _i4.setProperty(
    this,
    'setParameters',
    _i4.allowInterop(value),
  );
}