setTransmitLdAForItPharm abstract method

Future<CommandResponse> setTransmitLdAForItPharm({
  1. required String deviceId,
  2. required bool enabled,
})

Sets the transmission of the leading 'A' for IT Pharmaceutical mode in Code 39 symbology.

deviceId - The identifier of the target device. enabled - A boolean indicating whether to enable (true) or disable (false) the transmission of the leading 'A'.

Implementation

Future<CommandResponse> setTransmitLdAForItPharm({
  required String deviceId,
  required bool enabled,
});