if (await Vibration.hasVibrator()) { Vibration.vibrate(); }
import 'package:vibration/vibration.dart';
dependencies: vibration: ^1.7.3