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