ScreenshotDetect class

ScreenshotDetect is a Dart class that provides methods to interact with the ScreenshotDetectPluginFlutterPlatform. It allows you to retrieve the platform version and listen to a stream for screenshot events.

Constructors

ScreenshotDetect()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPermission() Future<bool?>
Check permission READ_EXTERNAL_STORAGE, NSPhotoLibrary using the ScreenshotDetectPluginFlutterPlatform.
getPlatformVersion() Future<String?>
Retrieves the platform version using the ScreenshotDetectPluginFlutterPlatform.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermission() Future<String?>
Request permission READ_EXTERNAL_STORAGE, NSPhotoLibrary using the ScreenshotDetectPluginFlutterPlatform.
screenShotStream() Stream<String?>
Creates a stream to listen for screenshot events using the ScreenshotDetectPluginFlutterPlatform.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited