clearBuffer method

void clearBuffer()
inherited

Implementation

void clearBuffer() {
  _buffer.clear();
  _currentBuffer.reset();
}