logInBlack function

void logInBlack(
  1. Object text
)

Will print the text in black color to the console.

Implementation

void logInBlack(Object text) => _logInAnyColor(text, LogColor.black.anciCode);