shutdown method
Shutdowns telemetry exporter and releases resources.
Should be called when application is shutting down. Returns Future<void> to allow for async repository operations.
Implementation
@override
Future<void> shutdown() async {
await _repository.shutdown();
}