vibrate method

void vibrate()

Implementation

void vibrate() async {
  // if (await Vibration.hasVibrator()) {
  //   Vibration.vibrate();
  // }
}