logInCyan function

void logInCyan(
  1. Object text
)

Will print the text in cyan color to the console.

Implementation

void logInCyan(Object text) => _logInAnyColor(text, LogColor.cyan.anciCode);