getConfiguration property

RTCConfiguration Function() get getConfiguration

Implementation

_i3.RTCConfiguration Function() get getConfiguration => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getConfiguration',
      ),
      r'call',
      [this],
    );
set getConfiguration (RTCConfiguration value())

Implementation

set getConfiguration(_i3.RTCConfiguration Function() value) {
  _i4.setProperty(
    this,
    'getConfiguration',
    _i4.allowInterop(value),
  );
}