onScreenshot property
Stream<DeviceScreenshot>
get
onScreenshot
Whenever the screenshot is called, a new value is pushed to this stream.
Implementation
Stream<DeviceScreenshot> get onScreenshot => _onScreenshot!.stream;