SyncEventConsumer<T> typedef

SyncEventConsumer<T> = dynamic Function(T)

Implementation

typedef SyncEventConsumer<T> = Function(T);