printfDebug function
Implementation
void printfDebug(Object? data, {String? tag, PrintfStyle? style}) =>
printf(data, tag: tag, level: PrintfLevel.debug, style: style);
void printfDebug(Object? data, {String? tag, PrintfStyle? style}) =>
printf(data, tag: tag, level: PrintfLevel.debug, style: style);