clear method

void clear()

Clears all breadcrumbs from the buffer.

Implementation

void clear() {
  _queue.clear();
}