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