VoidFun3<A, B, C> typedef
VoidFun3<A, B, C> =
void Function(A a, B b, C c)
Implementation
typedef VoidFun3<A, B, C> = void Function(A a, B b, C c);
typedef VoidFun3<A, B, C> = void Function(A a, B b, C c);