disableScreenshotsDetails method

SafetyOptionDetails disableScreenshotsDetails()

A SOD to disable screenshots

Implementation

SafetyOptionDetails disableScreenshotsDetails() {
  return SafetyOptionDetails(
      name: 'Disable screenshots.',
      description: 'Screenshots / screen recordings will be blocked.',
      icon: Assets.lock,
      functionalityChange:
          'You will not be able to take screenshots or screen recordings inside of ${resourceValues.name}');
}