cool static method

void cool(
  1. Object? object
)

cool will use color cyan

Implementation

static void cool(Object? object) => printCyan(object);