BarcodeBatchSettings.forScenario constructor
- @Deprecated('Setting a scenario is no longer recommended, use the BarcodeBatchSettings empty constructor instead.')
- BarcodeBatchScenario? scenario
Implementation
@Deprecated('Setting a scenario is no longer recommended, use the BarcodeBatchSettings empty constructor instead.')
BarcodeBatchSettings.forScenario(BarcodeBatchScenario? scenario) : this._(scenario);