Body<T> typedef

Body<T> = FutureOr<void> Function(T input)

Implementation

typedef Body<T> = FutureOr<void> Function(T input);