AsyncEventConsumer<T> typedef

AsyncEventConsumer<T> = FutureOr<void> Function(T)

Implementation

typedef AsyncEventConsumer<T> = FutureOr<void> Function(T);