CancelableLineAction typedef

CancelableLineAction = bool Function(String line)

Callback function type for cancellable line processing. Returns true to continue processing, false to stop.

Implementation

typedef CancelableLineAction = bool Function(String line);