Task3<T, Q, C, A> typedef

Task3<T, Q, C, A> = FutureOr<T> Function(Q argument1, C argument2, A argument3)

Implementation

typedef Task3<T, Q, C, A> = FutureOr<T> Function(
  Q argument1,
  C argument2,
  A argument3,
);