Scandit constructor
Implementation
const Scandit({
Key key,
@required this.licenseKey,
@required this.scanned,
this.onScanditCreated,
this.onError,
this.symbologies = defaultSymbologies,
}) : super(key: key);
const Scandit({
Key key,
@required this.licenseKey,
@required this.scanned,
this.onScanditCreated,
this.onError,
this.symbologies = defaultSymbologies,
}) : super(key: key);