logInYellow function

void logInYellow(
  1. Object text
)

Will print the text in yellow color to the console.

Implementation

void logInYellow(Object text) => _logInAnyColor(text, LogColor.yellow.anciCode);