addEvent method
void
addEvent(})
override
Record metadata about an event occurring during this span.
Implementation
@override
void addEvent(
String name,
Int64 timestamp, {
List<api.Attribute> attributes = const [],
}) {}