ActionBody<T, K> typedef

ActionBody<T, K> = Future<K> Function(T payload)

Implementation

typedef Future<K> ActionBody<T, K>(T payload);