CronCallback typedef

CronCallback = FutureOr<void> Function(DateTime time)

Implementation

typedef CronCallback = FutureOr<void> Function(DateTime time);