onTimerRestart property
Callback triggered when the timer restarts (only if reCountAfterFinishing is true).
Implementation
final FutureOr<void> Function(BuildContext context, int countOfRestart)? onTimerRestart;
Callback triggered when the timer restarts (only if reCountAfterFinishing is true).
final FutureOr<void> Function(BuildContext context, int countOfRestart)? onTimerRestart;