Dispatch<T, U> typedef

Dispatch<T, U> = FutureOr<T> Function(U action)

Implementation

typedef Dispatch<T, U> = FutureOr<T> Function(U action);