DestroyCallback typedef

DestroyCallback = Future<void> Function(DateTime timestamp)

Called with a timestamp value as a task destroy callback function.

Implementation

typedef DestroyCallback = Future<void> Function(DateTime timestamp);