CameraModuleCallbacks class abstract

Implementers

Constructors

CameraModuleCallbacks({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
final
onCapture VoidCallback
final
onFlashToggle → void Function(FlashMode flashMode)
final
onPreviewAccepted VoidCallback
final
onPreviewLoad VoidCallback
final
onPreviewRejected VoidCallback
final
onRetakeClick Future<bool> Function()?
final
onRotationPrompt → void Function(Orientation currentOrientation)
final
onTimerExpired Future<bool> Function()?
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