ScreenshotHelper class

Constructors

ScreenshotHelper({required Device? device, required String androidPath, required String iosPath, List<String> suffixes = const []})
const

Properties

androidPath String
final
device Device?
final
hashCode int
The hash code for this object.
no setterinherited
iosPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixes List<String>
final

Methods

capture(String name) Future<void>
cleanStatusBar() Future<void>
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