Modeling3dCaptureImageListener class
Image listener for Modeling3d Capture
Constructors
- Modeling3dCaptureImageListener({void onProgress(int progress)?, void onResult()?, void onError(int errorCode, String message)?})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onError → void Function(int errorCode, String message)?
-
Callback when an error occurs during image collection.
final
- onProgress → void Function(int progress)?
-
Callback when collection progress is received.
final
- onResult → void Function()?
-
Callback when image collection is complete.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited