Consumer<T> typedef

Consumer<T> = void Function(T state)

Implementation

typedef Consumer<T> = void Function(T state);