Task typedef

Task = Future Function()

Implementation

typedef Task = Future<dynamic> Function();