toggleVibrateOnScanButtonPress abstract method
Toggles the vibration when the scan button is pressed based on the enabled flag.
Implementation
Future<CommandResponse> toggleVibrateOnScanButtonPress(
    {required String deviceId, required bool enabled});