flush abstract method
Flushes all pending telemetry data.
Should be called before shutting down application.
Returns ResultDart with success or TelemetryException on error.
Implementation
Future<ResultDart<void, TelemetryException>> flush();
Flushes all pending telemetry data.
Should be called before shutting down application.
Returns ResultDart with success or TelemetryException on error.
Future<ResultDart<void, TelemetryException>> flush();