setOrientToAuto property

void Function() get setOrientToAuto

Implementation

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

Implementation

set setOrientToAuto(void Function() value) {
  _i4.setProperty(
    this,
    'setOrientToAuto',
    _i4.allowInterop(value),
  );
}