LineHandler typedef

LineHandler = void Function(LineHandle line)

A parameter type into the Doc.eachLine method.

Implementation

typedef LineHandler = void Function(LineHandle line);