vibrateOnHeavyTap static method

dynamic vibrateOnHeavyTap()

Implementation

static vibrateOnHeavyTap() async {
  HapticFeedback.heavyImpact();
}