FeedbackScreenshot class

Constructors

FeedbackScreenshot(BuildContext context)
FeedbackScreenshot is used to capture the current state of the screen.

Properties

context BuildContext
context required to handle the function execution
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

captureScreen({required Widget screen}) Future<String>
captureScreen captures the current screen and saves in the applicationDirectory. Returns a path where the screenshot is saved. Return type is String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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