Consumer<T> typedef

Consumer<T> = dynamic Function(T input)

Implementation

typedef Consumer<T> = dynamic Function(T input);