appHaptic function

void appHaptic()

Implementation

void appHaptic() {
  HapticFeedback.lightImpact();
}