shutdown abstract method

Future<void> shutdown()

Shutdowns telemetry exporter and releases resources.

Should be called when application is shutting down. Returns Future<void> to allow for async repository operations.

Implementation

Future<void> shutdown();