flush abstract method

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.

Implementation

Future<ResultDart<void, TelemetryException>> flush();