<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [Emitter](./node-tracker.emitter.md) &gt; [flush](./node-tracker.emitter.flush.md)

## Emitter.flush property

Forces the emitter to send all events in the event store to the collector.

<b>Signature:</b>

```typescript
flush: () => Promise<void>;
```
