write static method
Write text to the console, You can use styling extension like .withColor() and .withAlignment()
Implementation
static void write(String text,
{bool newLine = false, bool overwrite = false}) =>
writeImpl(text, newLine: newLine, overwrite: overwrite);