printBlack static method

void printBlack(
  1. String str
)

Implementation

static void printBlack(String str) => print('$_printColorBlack$str$_printColorReset');