setBuzzerType abstract method

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

Sets the buzzer type on the scanner.

Implementation

Future<CommandResponse> setBuzzerType(
    {required String deviceId, required BuzzerType type});