write static method

void write(
  1. Object? object
)

Implementation

static void write(Object? object) {
  stdout.write(object);
}