runCapturedForTesting<R> function
Implementation
@visibleForTesting
R runCapturedForTesting<R>(
R Function() builder, [
String? ownerId,
]) {
return _AutoLinkScope.runCaptured(builder, (captured, result) {},
ownerId: ownerId);
}