setCompositeEANUPC abstract method

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

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,
});