screenshotStream property
Stream<ScreenshotSnapshot>
get
screenshotStream
Stream to screenshot activities ScreenshotSnapshot
This stream will emit a ScreenshotSnapshot whenever a screenshot is taken.
The ScreenshotSnapshot contains the path to the screenshot file.
throw UnmimplementedError
if not implement
Implementation
Stream<ScreenshotSnapshot> get screenshotStream {
throw UnimplementedError('incrementStream has not been implemented.');
}