AsyncFunction9<R, A, B, C, D, E, F, G, H, I> typedef

AsyncFunction9<R, A, B, C, D, E, F, G, H, I> = FutureOr<R> Function(A a, B b, C c, D d, E e, F f, G g, H h, I i)

Implementation

typedef AsyncFunction9<R, A, B, C, D, E, F, G, H, I> = FutureOr<R> Function(
    A a, B b, C c, D d, E e, F f, G g, H h, I i);