VoidFun3<A, B, C> typedef

VoidFun3<A, B, C> = void Function(A, B, C)

Implementation

typedef VoidFun3<A, B, C> = void Function(A, B, C);