write method

void write(
  1. Object o
)

Implementation

void write(Object o) => output.write(o);