addEvent abstract method
Records a api.SpanEvent.
Implementation
void addEvent(
String name, {
Int64? timestamp,
List<api.Attribute> attributes,
});
Records a api.SpanEvent.
void addEvent(
String name, {
Int64? timestamp,
List<api.Attribute> attributes,
});