info method
Outputs a String to the console with ConsoleStyle.info.
Implementation
void info(String text, {bool newline = true}) =>
write(text, newline: newline, style: ConsoleStyle.info);
Outputs a String to the console with ConsoleStyle.info.
void info(String text, {bool newline = true}) =>
write(text, newline: newline, style: ConsoleStyle.info);