AppshotController class

Controller for managing app screenshot capture

Constructors

AppshotController()

Properties

hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
Check if screenshot capture is available
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setRepaintBoundaryKey(GlobalKey<State<StatefulWidget>> key) → void
Set the repaint boundary key (called by AppshotScope)
takeAppshot() Future<Uint8List?>
Take a screenshot and return the image data as Uint8List Returns null if capture fails
toString() String
A string representation of this object.
inherited

Operators

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