DebugPrintCallback typedef
Signature for debugPrint implementations.
Implementation
typedef DebugPrintCallback = void Function(String message, { int wrapWidth });
Signature for debugPrint implementations.
typedef DebugPrintCallback = void Function(String message, { int wrapWidth });