onScreenshotDetected property
Stream<void>
get
onScreenshotDetected
A stream that fires every time a system screenshot is detected natively.
Implementation
Stream<void> get onScreenshotDetected {
throw UnimplementedError(
'onScreenshotDetected has not been implemented.');
}