TaskDelegate typedef

TaskDelegate = Future<void> Function()

Implementation

typedef TaskDelegate = Future<void> Function();