r static method

void r(
  1. Object? object
)

Implementation

static void r(Object? object) {
  defaultLogger.custom(object, foreColor: Random().nextInt(231));
}