DebugPrintCallback typedef

void DebugPrintCallback (String message, { int wrapWidth })

Signature for debugPrint implementations.

Implementation

typedef DebugPrintCallback = void Function(String message, { int wrapWidth });