sink property

void Function(String line) sink
final

Where log lines are written. Defaults to print, but can be overridden (e.g. to write to a file or forward to a log service).

Implementation

final void Function(String line) sink;