menu
kronix package
documentation
queue/job.dart
Job
handle abstract method
handle abstract method
dark_mode
light_mode
handle
abstract method
Future
<
void
>
handle
(
)
The work this job performs. Override in your subclass.
Implementation
Future<void> handle();
kronix package
documentation
queue/job
Job
handle abstract method
Job class