startSpan abstract method
Starts a new api.Span without setting it as the current span in this tracer's context.
Implementation
api.Span startSpan(String name,
{api.Context? context,
api.SpanKind? kind,
List<api.Attribute> attributes = const [],
List<api.SpanLink>? links,
Int64? startTime});