logInMagenta function

void logInMagenta(
  1. Object text
)

Will print the text in magenta color to the console.

Implementation

void logInMagenta(Object text) =>
    _logInAnyColor(text, LogColor.magenta.anciCode);