ckApiDebug function
Global shortcut for CkLogger.apiDebug
Implementation
void ckApiDebug(String message, {String? tag}) {
CkLogger.apiDebug(message, tag: tag);
}
Global shortcut for CkLogger.apiDebug
void ckApiDebug(String message, {String? tag}) {
CkLogger.apiDebug(message, tag: tag);
}