printBlue static method

void printBlue(
  1. String str
)

Implementation

static void printBlue(String str) => print('$_printColorBlue$str$_printColorReset');