flush method

Future<void> flush()

Flushes this TelemetryClient's processor.

Implementation

Future<void> flush() => processor.flush();