flush abstract method

Future<void> flush()

Forces the client to upload all queued events and impressions.

Use only if there's a need to do this on demand. Otherwise, the SDK performs this automatically.

Implementation

Future<void> flush();