FaceAutoCaptureWidgetController class final

Controller for managing the Face Auto Capture process.

Constructors

FaceAutoCaptureWidgetController(FaceAutoCaptureComponent _component)

Properties

hashCode int
The hash code for this object.
no setterinherited
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
requestCapture() Future<void>
Request capture event asynchronously (regardless of whether there is a face detected or not).
start() Future<void>
Start the face auto capture process.
stopAsync() Future<void>
Stop the process asynchronously.
toString() String
A string representation of this object.
inherited

Operators

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