emit method

void emit(
  1. String str
)

Implementation

void emit(String str) {
  _buff.write(str);
}