frameCaptureServiceProvider top-level property

Provider<FrameCaptureService> frameCaptureServiceProvider
final

The capture service used by the render pipeline; defaults to RepaintBoundaryCaptureService and is overridable in tests.

Implementation

final frameCaptureServiceProvider = Provider<FrameCaptureService>(
  (ref) => const RepaintBoundaryCaptureService(),
);