setPositiveAndNegativeBarcodesMode abstract method

Future<CommandResponse> setPositiveAndNegativeBarcodesMode({
  1. required String deviceId,
  2. required PositiveAndNegativeBarcodesMode mode,
})

Sets the mode for reading positive and negative barcodes.

Implementation

Future<CommandResponse> setPositiveAndNegativeBarcodesMode({
  required String deviceId,
  required PositiveAndNegativeBarcodesMode mode,
});