forCountdownResume static method

Future<void> forCountdownResume()

Trigger haptic feedback for countdown resume

Implementation

static Future<void> forCountdownResume() async {
  await lightImpact();
}