writeANSI static method

void writeANSI(
  1. String after
)

Implementation

static void writeANSI(String after) => write('${ANSI_ESCAPE}${after}');