BarcodeBatchSettings.forScenario constructor

  1. @Deprecated('Setting a scenario is no longer recommended, use the BarcodeBatchSettings empty constructor instead.')
BarcodeBatchSettings.forScenario(
  1. BarcodeBatchScenario? scenario
)

Implementation

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