sink property

void Function(String line)? sink
getter/setter pair

Optional line sink for events and lifecycle lines. Null (the default) drops them. The Flutter layer points this at PdfPerfLog; harnesses point it at their collectors.

Implementation

static void Function(String line)? sink;