services library

Classes

ConsoleLogBackend
The default LogBackend implementation.
DailySchedule
LogBackend
Backend interface for LogService.
LogMessage
LogService
DataHubs logging solution.
RepeatSchedule
Repeated execution with interval Duration.
Schedule
Defines the schedule for task execution in SchedulerService.
ScheduledTask
SchedulerService
Provides a pattern for creating scheduled execution of tasks.

Enums

OverlapBehaviour
Defines how the SchedulerService should behave when a task is scheduled to run while a previous execution of the same task has not completed yet.

Typedefs

Task = FutureOr<void> Function()