LineAction typedef

LineAction = void Function(String line)

Typedef for LineActions

Implementation

typedef LineAction = void Function(String line);