NoScreenshotPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- NoScreenshotPlatform
- Implementers
Constructors
- NoScreenshotPlatform()
- Constructs a NoScreenshotPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenshotStream
→ Stream<
ScreenshotSnapshot> -
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
UnmimplementedErrorif not implementno setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
screenshotOff(
) → Future< bool> -
Return
trueif screenshot capabilities has been successfully disabled or is currently disabled andfalseotherwise. throwUnmimplementedErrorif not implement -
screenshotOn(
) → Future< bool> -
Return
trueif screenshot capabilities has been successfully enabled or is currently enabled andfalseotherwise. throwUnmimplementedErrorif not implement -
startScreenRecordingListening(
) → Future< void> - Start listening to screen recording activities
-
startScreenshotListening(
) → Future< void> -
stopScreenRecordingListening(
) → Future< void> - Stop listening to screen recording activities
-
stopScreenshotListening(
) → Future< void> - Stop listening to screenshot activities
-
toggleScreenshot(
) → Future< bool> -
Return
trueif screenshot capabilities has been successfully toggle from it previous state andfalseif the attempt to toggle failed. throwUnmimplementedErrorif not implement -
toggleScreenshotWithImage(
) → Future< bool> -
Return
trueif screenshot capabilities has been successfully enabled or is currently enabled andfalseotherwise. throwUnmimplementedErrorif not implement -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ NoScreenshotPlatform
-
The default instance of NoScreenshotPlatform to use.
getter/setter pair