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