clear method

void clear()

Implementation

void clear() {
  _buffer.clear();
  notifyListeners(); // Notify listeners after clearing
}