LinePrinter typedef

LinePrinter = void Function(String line)

A Function that print the line.

Implementation

typedef LinePrinter = void Function(String line);