write method

void write(
  1. String text
)

Implementation

void write(String text) {
  Console.write(text);
}