twonly-app-dependencies/no_screenshot/lib/constants.dart
2026-03-14 00:16:48 +01:00

15 lines
862 B
Dart

const screenShotOnConst = "screenshotOn";
const screenShotOffConst = "screenshotOff";
const screenSetImage = "toggleScreenshotWithImage";
const screenSetBlur = "toggleScreenshotWithBlur";
const screenSetColor = "toggleScreenshotWithColor";
const screenEnableImage = "screenshotWithImage";
const screenEnableBlur = "screenshotWithBlur";
const screenEnableColor = "screenshotWithColor";
const toggleScreenShotConst = "toggleScreenshot";
const startScreenshotListeningConst = 'startScreenshotListening';
const stopScreenshotListeningConst = 'stopScreenshotListening';
const startScreenRecordingListeningConst = 'startScreenRecordingListening';
const stopScreenRecordingListeningConst = 'stopScreenRecordingListening';
const screenshotMethodChannel = "com.flutterplaza.no_screenshot_methods";
const screenshotEventChannel = "com.flutterplaza.no_screenshot_streams";