hapticFeedbackVibrate function

void hapticFeedbackVibrate()

长振动

Implementation

void hapticFeedbackVibrate() {
  HapticFeedback.vibrate();
}