core/src/print library

Constants

capturePrinterrKey → const String
This class is highly experimental - use at your own risk. It is designed to capture any output to print or printerr within the scope of the callback. Key to the overloading printerr function. Key to the overloading printerr function.

Functions

printerr(String? line) → void
printerr provides the equivalent functionality to the standard Dart print function but instead writes the output to stderr rather than stdout.

Typedefs

CaptureZonePrintErr = void Function(String?)
callback used when overloadin printerr in a DCliZone.