Task typedef

Task = FutureOr<void> Function()

Implementation

typedef Task = FutureOr<void> Function();