FutureValueAction<T> typedef

FutureValueAction<T> = Future<void> Function(T message)

Implementation

typedef FutureValueAction<T> = Future<void> Function(T message);