Flush pending events.
@override Future<void> flush() async { if (_buffer.isEmpty) return; // Write buffered events to file // In production, this would append to JSONL file _buffer.clear(); }