setConcatenation abstract method
Sets the concatenation mode for Code 39 symbology.
deviceId
- The identifier of the target device.
enabled
- A boolean indicating whether to enable (true
) or disable (false
) concatenation.
Implementation
Future<CommandResponse> setConcatenation({
required String deviceId,
required bool enabled,
});