Camera constructor
Camera({})
Implementation
Camera({
Key? key,
this.onCapture,
this.onComplete,
this.onError,
this.overlayWidget,
this.loadingWidget,
}) : super(key: key);
Camera({
Key? key,
this.onCapture,
this.onComplete,
this.onError,
this.overlayWidget,
this.loadingWidget,
}) : super(key: key);