TaskFunction<T> typedef
TaskFunction<T> =
Future<T> Function(TaskProgress updateProgress(TaskProgress))
Implementation
typedef TaskFunction<T> =
Future<T> Function(TaskProgress Function(TaskProgress) updateProgress);