menu
dartastic_opentelemetry package
documentation
testing.dart
InMemorySpanExporter
shutdown method
shutdown method
dark_mode
light_mode
shutdown
method
@
override
Future
<
void
>
shutdown
(
)
override
Shuts down the exporter.
Implementation
@override Future<void> shutdown() async { _isShutdown = true; }
dartastic_opentelemetry package
documentation
testing
InMemorySpanExporter
shutdown method
InMemorySpanExporter class