logInGreen function

void logInGreen(
  1. Object text
)

Will print the text in green color to the console.

Implementation

void logInGreen(Object text) => _logInAnyColor(text, LogColor.green.anciCode);