vibrate static method

Future<void> vibrate()

Implementation

static Future<void> vibrate() async {
  await HapticFeedback.vibrate();
}