twonly-app-dependencies/no_screenshot/lib/constants.dart

7 lines
413 B
Dart

const screenShotOnConst = "screenshotOn";
const screenShotOffConst = "screenshotOff";
const toggleScreenShotConst = "toggleScreenshot";
const startScreenshotListeningConst = 'startScreenshotListening';
const stopScreenshotListeningConst = 'stopScreenshotListening';
const screenshotMethodChannel = "com.flutterplaza.no_screenshot_methods";
const screenshotEventChannel = "com.flutterplaza.no_screenshot_streams";