VoidFun2<A, B> typedef

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

Implementation

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