debug static method
Debug Channel
Implementation
static void debug(String debugString) async {
await Z.sendIO({
"command": ioCommands.printDebug,
"message": debugString
});
}
Debug Channel
static void debug(String debugString) async {
await Z.sendIO({
"command": ioCommands.printDebug,
"message": debugString
});
}