logInRed function

void logInRed(
  1. Object text
)

Will print the text in red color to the console.

Implementation

void logInRed(Object text) => _logInAnyColor(text, LogColor.red.anciCode);