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