clear method

void clear()

Implementation

void clear() {
  _usedLength = 0;
  _buffer = Uint8List(_kInitialSize);
}