enableOnlySymbology abstract method

Future<CommandResponse> enableOnlySymbology({
  1. required String deviceId,
  2. required SymbologyType type,
})

Enables a specific symbology exclusively on the device.

deviceId is the ID of the device where the symbology should be enabled exclusively. type is the symbology to enable exclusively.

Returns a CommandResponse indicating the success or failure of the operation.

Implementation

Future<CommandResponse> enableOnlySymbology({
  required String deviceId,
  required SymbologyType type,
});