hapticSwipeVibrate static method

void hapticSwipeVibrate()

Sends out many haptic events to simulate a complex haptic vibration, done when swipe card is swiped

Implementation

static void hapticSwipeVibrate() async {
  // HapticFeedback.selectionClick();
  HapticFeedback.mediumImpact();
}