flush abstract method
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();
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.
Future<void> flush();