write method

void write(
  1. Object text
)

Writes the text to the console.

Implementation

void write(Object text) => stdout.write(text);