Consumer typedef

Consumer = void Function(Iterable<int> s)

Implementation

typedef Consumer = void Function(Iterable<int> s);