vibrateOnImpact static method

dynamic vibrateOnImpact()

Implementation

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