runWithScope<R> static method
Runs body with scope as the current request scope.
Implementation
static R runWithScope<R>(BloomQueryScope scope, R Function() body) =>
runZoned(body, zoneValues: {scopeZoneKey: scope});
Runs body with scope as the current request scope.
static R runWithScope<R>(BloomQueryScope scope, R Function() body) =>
runZoned(body, zoneValues: {scopeZoneKey: scope});