execute abstract method

Future<void> execute(
  1. void next()
)

执行任务

Implementation

Future<void> execute(void Function() next);