toggleBuzzerOnKeyclick abstract method
Toggles the buzzer sound when pressing any button on the scanner based on the enabled
flag.
Implementation
Future<CommandResponse> toggleBuzzerOnKeyclick(
{required String deviceId, required bool enabled});