logInWhite function

void logInWhite(
  1. Object text
)

Will print the text in white color to the console.

Implementation

void logInWhite(Object text) => _logInAnyColor(text, LogColor.white.anciCode);