setConfiguration property

void Function([RTCConfiguration?]) get setConfiguration

Implementation

void Function([_i3.RTCConfiguration?]) get setConfiguration =>
    ([_i3.RTCConfiguration? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'setConfiguration',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set setConfiguration (void value([RTCConfiguration?]))

Implementation

set setConfiguration(void Function([_i3.RTCConfiguration?]) value) {
  _i4.setProperty(
    this,
    'setConfiguration',
    _i4.allowInterop(value),
  );
}