We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006839e commit 2e43ad3Copy full SHA for 2e43ad3
flutter/lib/src/event_processor/screenshot_event_processor.dart
@@ -43,6 +43,8 @@ class ScreenshotEventProcessor implements EventProcessor {
43
// skip capturing in case of debouncing (=too many frequent capture requests)
44
// the BeforeCaptureCallback may overrules the debouncing decision
45
final shouldDebounce = _debouncer.shouldDebounce();
46
+
47
+ // ignore: deprecated_member_use_from_same_package
48
final beforeScreenshot = _options.beforeScreenshot;
49
final beforeCapture = _options.beforeCapture;
50
0 commit comments