writeLine method

void writeLine(
  1. String output
)

Implementation

void writeLine(String output) {
  write(output);
  endLine();
}