write method

void write(
  1. String str
)

Implementation

void write(String str) => _buf.write(str);