add method

void add(
  1. String line
)

Implementation

void add(String line) => _buffer.add(line);