setCompositeEANUPC abstract method
Sets the state for EAN/UPC composite codes.
deviceId - The identifier of the target device.
enabled - A boolean indicating whether to enable (true) or disable (false) EAN/UPC composite codes.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> setCompositeEANUPC({
required String deviceId,
required bool enabled,
});