FeedbackScreenshot class Null safety
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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited