Action1<T> typedef

Action1<T> = FutureOr<void> Function(T arg0)

Implementation

typedef Action1<T> = FutureOr<void> Function(T arg0);