write method

void write(
  1. String content
)

Implementation

void write(final String content) => Console.write(content);