Event<T> typedef

Event<T> = FutureOr Function(T input)

Implementation

typedef Event<T> = FutureOr Function(T input);