beginSpan method

  1. @override
Future<ResourceScopeSpan> beginSpan()
override

BeginSpan creates a new span scope rooted at this scope.

Implementation

@override
Future<ResourceScopeSpan> beginSpan() async {
  return this;
}