logInBlue function

void logInBlue(
  1. Object text
)

Will print the text in blue color to the console.

Implementation

void logInBlue(Object text) => _logInAnyColor(text, LogColor.blue.anciCode);