cyan method

String cyan(
  1. String msg
)

Implementation

String cyan(String msg) {
  return '\x1B[36m$msg\x1B[0m';
}