capturedRenderViewsForTesting static method

  1. @visibleForTesting
List<RenderView> capturedRenderViewsForTesting()

Exposes the capture's view scoping for testing.

Implementation

@visibleForTesting
static List<RenderView> capturedRenderViewsForTesting() =>
    _capturedRenderViews();