ScanbotCamera constructor
- {Key? key,
- required CameraConfiguration configuration,
- required dynamic onCameraReady( ),
- LiveDetector? detector,
- FinderConfiguration? finder,
- dynamic onHeavyOperationProcessing( )?}
Implementation
const ScanbotCamera(
{Key? key,
required this.configuration,
required this.onCameraReady,
this.detector,
this.finder,
this.onHeavyOperationProcessing})
: super(key: key);