Skip to content

Commit 2e43ad3

Browse files
committed
add warning
1 parent 006839e commit 2e43ad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flutter/lib/src/event_processor/screenshot_event_processor.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class ScreenshotEventProcessor implements EventProcessor {
4343
// skip capturing in case of debouncing (=too many frequent capture requests)
4444
// the BeforeCaptureCallback may overrules the debouncing decision
4545
final shouldDebounce = _debouncer.shouldDebounce();
46+
47+
// ignore: deprecated_member_use_from_same_package
4648
final beforeScreenshot = _options.beforeScreenshot;
4749
final beforeCapture = _options.beforeCapture;
4850

0 commit comments

Comments
 (0)