Fun1<A> typedef

Fun1<A> = void Function(A a)

Implementation

typedef Fun1<A> = void Function(A a);