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 [],
}) {
// ignore: todo
// TODO: O11Y-1531
throw UnimplementedError();
}