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