FlutterDefenderPlatformCallbacks constructor
const
FlutterDefenderPlatformCallbacks({
- VoidCallback? onScreenshotDetected,
- FlutterDefenderBoolCallback? onScreenCaptureChanged,
- VoidCallback? onOverlayViolation,
- VoidCallback? onOverlayCleared,
- FlutterDefenderBoolCallback? onForegroundStateChanged,
- FlutterDefenderBoolCallback? onWindowFocusChanged,
Implementation
const FlutterDefenderPlatformCallbacks({
this.onScreenshotDetected,
this.onScreenCaptureChanged,
this.onOverlayViolation,
this.onOverlayCleared,
this.onForegroundStateChanged,
this.onWindowFocusChanged,
});