vibrateOnErrorTap static method

dynamic vibrateOnErrorTap()

Implementation

static vibrateOnErrorTap() async {
  HapticFeedback.vibrate();
}