flush abstract method
Flushes all pending telemetry data.
Should be called before shutting down application. Returns Future<void> to allow for async repository operations.
Implementation
Future<void> flush();
Flushes all pending telemetry data.
Should be called before shutting down application. Returns Future<void> to allow for async repository operations.
Future<void> flush();