NiddlerDebugPrintCallback typedef

NiddlerDebugPrintCallback = void Function(String message, {int wrapWidth})

Typedef for debug print callbacks

Implementation

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