onFireTask property

void Function(CronTask task)? onFireTask
final

When provided, receives the full CronTask on normal fires (and onFire is NOT called for that fire).

Implementation

final void Function(CronTask task)? onFireTask;