writeInBlack function

dynamic writeInBlack(
  1. String message
)

Implementation

writeInBlack(String message) {
  stdout.writeln(message);
}