VoidFun5<A, B, C, D, E> typedef

VoidFun5<A, B, C, D, E> = void Function(A a, B b, C c, D d, E e)

Implementation

typedef VoidFun5<A, B, C, D, E> = void Function(A a, B b, C c, D d, E e);