ScreenshotSnapshot constructor

ScreenshotSnapshot({
  1. required String screenshotPath,
  2. required bool isScreenshotProtectionOn,
  3. required bool wasScreenshotTaken,
})

Implementation

ScreenshotSnapshot({
  required this.screenshotPath,
  required this.isScreenshotProtectionOn,
  required this.wasScreenshotTaken,
});