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.
static void Function(String line)? sink;