c static method

void c(
  1. Object object,
  2. int color
)

Implementation

static void c(Object object, int color) {
  defaultLogger.custom(object, foreColor: color);
}