CustomCameraWidget constructor
const
CustomCameraWidget({
- Key? key,
- required String documentSide,
- SotaIdPlugin? plugin,
- VerificationSession? session,
- String? documentType,
- String? countryCode,
- dynamic onVerificationComplete()?,
- dynamic onError()?,
Implementation
const CustomCameraWidget({
Key? key,
required this.documentSide,
this.plugin,
this.session,
this.documentType,
this.countryCode,
this.onVerificationComplete,
this.onError,
}) : super(key: key);