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