printRaw method

void printRaw(
  1. String message
)

Implementation

void printRaw(String message) {
  stdout.write(message);
}