write method

void write(
  1. String output
)

Implementation

void write(String output) {
  content.write(output);
}