beginSpan method
BeginSpan creates a new span scope rooted at this scope.
Implementation
@override
Future<ResourceScopeSpan> beginSpan() async {
return this;
}
BeginSpan creates a new span scope rooted at this scope.
@override
Future<ResourceScopeSpan> beginSpan() async {
return this;
}