cyan method

String cyan(
  1. String msg
)
override

Implementation

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