VoidFun2<A, B> typedef

VoidFun2<A, B> = void Function(A, B)

Implementation

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