Task1<T, Q> typedef

Task1<T, Q> = FutureOr<T> Function(Q argument)

Implementation

typedef Task1<T, Q> = FutureOr<T> Function(Q argument);