runWith<R> static method
Runs body with span as the current one.
Implementation
static R runWith<R>(Span span, R Function() body) =>
runZoned(body, zoneValues: {_zoneKey: span});
Runs body with span as the current one.
static R runWith<R>(Span span, R Function() body) =>
runZoned(body, zoneValues: {_zoneKey: span});