ScreenshotSnapshot constructor

ScreenshotSnapshot({
  1. required String screenshotPath,
  2. required bool isScreenshotProtectionOn,
  3. required bool wasScreenshotTaken,
  4. bool isScreenRecording = false,
  5. int timestamp = 0,
  6. String sourceApp = '',
})

Implementation

ScreenshotSnapshot({
  required this.screenshotPath,
  required this.isScreenshotProtectionOn,
  required this.wasScreenshotTaken,
  this.isScreenRecording = false,
  this.timestamp = 0,
  this.sourceApp = '',
});