runCapturedForTesting<R> function

  1. @visibleForTesting
R runCapturedForTesting<R>(
  1. R builder(), [
  2. String? ownerId
])

Implementation

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