shouldShowSingleScanButton property

bool get shouldShowSingleScanButton

Implementation

bool get shouldShowSingleScanButton => _shouldShowSingleScanButton;
set shouldShowSingleScanButton (bool newValue)

Implementation

set shouldShowSingleScanButton(bool newValue) {
  _shouldShowSingleScanButton = newValue;
  _updateNative();
}