ScanbotCamera constructor
const
ScanbotCamera({
- Key? key,
- required CameraConfiguration configuration,
- Future onMethodCall(
- MethodCall methodCall
- FinderConfiguration? finder,
- dynamic onCameraPreviewStarted(
- DocumentSnapTrigger snapTrigger,
- bool isFlashAvailable
- dynamic onHeavyOperationProcessing()?,
- dynamic onPictureTaken()?,
Implementation
const ScanbotCamera(
{Key? key,
required this.configuration,
this.onMethodCall,
this.finder,
this.onCameraPreviewStarted,
this.onHeavyOperationProcessing,
this.onPictureTaken})
: super(key: key);