FfNativeScreenshot class

The util of NativeScreenshot

Constructors

FfNativeScreenshot()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
listening bool
whether is listening Screenshot
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
setup(ScreenshotFlutterApi api) → void
ScreenshotFlutterApi setup
startListeningScreenshot() Future<void>
start listening Screenshot
stopListeningScreenshot() Future<void>
stop listening Screenshot
takeScreenshot() Future<Uint8List?>
take screenshot by native
toString() String
A string representation of this object.
inherited

Operators

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