getConstraints property

MediaTrackConstraints Function() getConstraints

Implementation

_i3.MediaTrackConstraints Function() get getConstraints =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'getConstraints',
          ),
          r'call',
          [this],
        );
void getConstraints=(MediaTrackConstraints value())

Implementation

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