shutdown method
Implementation
int shutdown() {
final shutdownPtr = _otelShutdownPtr;
if (shutdownPtr != null) {
shutdownPtr.asFunction<void Function()>()();
}
_initialized = false;
return 1;
}
int shutdown() {
final shutdownPtr = _otelShutdownPtr;
if (shutdownPtr != null) {
shutdownPtr.asFunction<void Function()>()();
}
_initialized = false;
return 1;
}