handle abstract method

Future<void> handle()

Called when the job is executed. Put your job logic here.

Implementation

Future<void> handle();