writeln abstract method

void writeln(
  1. dynamic message, {
  2. dynamic color,
})

Implementation

void writeln(message, {color});