NeatPeriodicTask typedef

NeatPeriodicTask = Future<void> Function()

Interface for a periodic task.

If the task fails it should throw an exception.

Implementation

typedef NeatPeriodicTask = Future<void> Function();