ImageCaptureCallbacks class

Inheritance

Constructors

ImageCaptureCallbacks({required VoidCallback onCameraLoaded, required void onRotationPrompt(Orientation currentOrientation), required void onFlashToggle(FlashMode flashMode), required VoidCallback onCapture, required VoidCallback onPreviewLoad, required VoidCallback onPreviewAccepted, required VoidCallback onPreviewRejected, required Future<bool> onRetakeClick()?, Future<bool> onTimerExpired()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onCameraLoaded VoidCallback
finalinherited
onCapture VoidCallback
finalinherited
onFlashToggle → void Function(FlashMode flashMode)
finalinherited
onPreviewAccepted VoidCallback
finalinherited
onPreviewLoad VoidCallback
finalinherited
onPreviewRejected VoidCallback
finalinherited
onRetakeClick Future<bool> Function()?
finalinherited
onRotationPrompt → void Function(Orientation currentOrientation)
finalinherited
onTimerExpired Future<bool> Function()?
finalinherited
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