toggleVibrator abstract method
Toggles the vibrator on or off based on the enabled flag.
Implementation
Future<CommandResponse> toggleVibrator(
    {required String deviceId, required bool enabled});
Toggles the vibrator on or off based on the enabled flag.
Future<CommandResponse> toggleVibrator(
    {required String deviceId, required bool enabled});