10 lines
615 B
Dart
10 lines
615 B
Dart
const screenShotOnConst = "screenshotOn";
|
|
const screenShotOffConst = "screenshotOff";
|
|
const screenSetImage = "toggleScreenshotWithImage";
|
|
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";
|