tracesExporter property
When set, the native SDK emits completed trace batches as OTLP-style maps to this callback (see native traces exporter). Serialized over the platform bridge separately from toMap.
Implementation
final void Function(Map<String, dynamic> data)? tracesExporter;