frameCaptureServiceProvider top-level property
The capture service used by the render pipeline; defaults to RepaintBoundaryCaptureService and is overridable in tests.
Implementation
final frameCaptureServiceProvider = Provider<FrameCaptureService>(
(ref) => const RepaintBoundaryCaptureService(),
);