debugLog function

void debugLog(
  1. Object txt, {
  2. bool jsonFormart = false,
})

Implementation

void debugLog(Object txt, {bool jsonFormart = false}) => YimLog().debugLog(txt, jsonFormart: jsonFormart);