Action2<T1, T2> typedef

Action2<T1, T2> = FutureOr<void> Function(T1 arg0, T2 arg1)

Implementation

typedef Action2<T1, T2> = FutureOr<void> Function(T1 arg0, T2 arg1);