TaskFunc typedef

TaskFunc = Future<void> Function(TaskFlowContext)

Implementation

typedef TaskFunc = Future<void> Function(TaskFlowContext);