write method

void write(
  1. Object text
)
inherited

Writes the text to the console.

Implementation

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