vibrateOnTap static method

dynamic vibrateOnTap()

Implementation

static vibrateOnTap() async {
  HapticFeedback.lightImpact();
}