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