setMode abstract method
- required String deviceId,
- required CodabarMode mode,
Sets the Codabar mode for the scanner.
deviceId
- The identifier of the target device.
mode
- The Codabar mode to set.
Returns a CommandResponse indicating the success or failure of the command.
Implementation
Future<CommandResponse> setMode(
{required String deviceId, required CodabarMode mode});