onFireTask property
When provided, receives the full CronTask on normal fires (and onFire is NOT called for that fire).
Implementation
final void Function(CronTask task)? onFireTask;
When provided, receives the full CronTask on normal fires (and onFire is NOT called for that fire).
final void Function(CronTask task)? onFireTask;