pushBuffer method

void pushBuffer()

Implementation

void pushBuffer() {
  _blockBuffers.add(Buffer());
}